diff --git a/VoidCat/spa/src/app/src/Components/Shared/ImageGrid.css b/VoidCat/spa/src/app/src/Components/Shared/ImageGrid.css index a2f3a51..5006ef3 100644 --- a/VoidCat/spa/src/app/src/Components/Shared/ImageGrid.css +++ b/VoidCat/spa/src/app/src/Components/Shared/ImageGrid.css @@ -17,6 +17,5 @@ .image-grid img, .image-grid video, .image-grid audio { - max-width: stretch; - max-height: stretch; + height: inherit; }