Open mgook opened 2 years ago
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)
.sass
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.