react-photo-gallery icon indicating copy to clipboard operation
react-photo-gallery copied to clipboard

Is is possible to cover images in gridview?

Open mgook opened this issue 3 years ago • 1 comments

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.

mgook avatar Jan 11 '22 11:01 mgook

Just add the following to the styles:

.react-photo-gallery--gallery
  img
    object-fit: cover

(it's .sass syntax, btw)

chulanovskyi-bs avatar Oct 28 '22 09:10 chulanovskyi-bs