From 7e109f4ca154f17d0f66b2c839612522c07aaf88 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 13 Jun 2017 16:59:09 +0200 Subject: [PATCH] Fix image slider perspective; --- flatisfy/web/js_src/components/slider.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flatisfy/web/js_src/components/slider.vue b/flatisfy/web/js_src/components/slider.vue index eec3c32..563b2a7 100644 --- a/flatisfy/web/js_src/components/slider.vue +++ b/flatisfy/web/js_src/components/slider.vue @@ -114,8 +114,8 @@ export default { .modal-content { margin: auto; display: block; - height: 80%; - max-width: 700px; + max-height: 100%; + max-width: 100%; } .close {