diff --git a/src/App.css b/src/App.css index cff9592..7d3d4e8 100644 --- a/src/App.css +++ b/src/App.css @@ -38,7 +38,8 @@ body { overflow: clip; } -.GalleryItem > img, video { +.GalleryItem > img, +.GalleryItem > video { object-fit: contain; max-height: 80vh; }