Skip to content

Commit

Permalink
Add styling section
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Gałka committed Jan 21, 2018
1 parent 8ba2e74 commit ee66d8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ export class AppComponent implements OnInit {
<ngx-gallery [options]="galleryOptions" [images]="galleryImages"></ngx-gallery>
````

# Styling
- Active thumbnail
```
/deep/ .ngx-gallery-thumbnail.ngx-gallery-active {
/* your styles */
}
```

# Donate

If you like my work you can buy me a :beer: or :pizza: [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/galer88)

0 comments on commit ee66d8e

Please sign in to comment.