From d263a6b0bf1ac7537fcda24e7edbe4c2b150bf0c Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 26 May 2019 21:16:56 +0200 Subject: [PATCH] Max width for thumbnails --- src/components/GalleryImage.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/GalleryImage.vue b/src/components/GalleryImage.vue index 15957da..a5eea17 100644 --- a/src/components/GalleryImage.vue +++ b/src/components/GalleryImage.vue @@ -68,8 +68,7 @@ export default { } img { - // max-height: 350px; - // max-width: 350px; + max-width: 90vw; // width: 350px; cursor: pointer; padding: 0.2rem;