lukasz-galka / ngx-gallery

Angular image gallery plugin
https://lukasz-galka.github.io/ngx-gallery-demo/
MIT License
436 stars 172 forks source link

Border radius in image thumbnail #306

Open gitalvininfo opened 4 years ago

gitalvininfo commented 4 years ago

Is there anyway to add a border radius for the image thumbnail using the library? If not what is the alternative css way to do it.

Thanks. Great Library!

andrejm7 commented 4 years ago

test it

ngx-gallery /deep/ ngx-gallery-thumbnails .ngx-gallery-active { border: 2px double darkblue !important; }