react-photo-gallery
react-photo-gallery copied to clipboard
Is is possible to cover images in gridview?
PhotoGallery stretches the image to show it. Can I crop the image without stretching it? Like setting the value of cover in the object-fit property.
Just add the following to the styles:
.react-photo-gallery--gallery
img
object-fit: cover
(it's .sass
syntax, btw)