kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

Need to add ngx-gallery class to CSS documentation #8

Closed windcloak closed 4 years ago

windcloak commented 4 years ago

I changed to Angular 9 . It didn't work until I added this to the css (which I found from downloading your project). I think you should add this to the CSS documentation, since this is one of the few differences from the original gallery:

.ngx-gallery { display: inline-block; margin-bottom: 20px; }