From db18bd0b2acb8304989e5b2a8cd21e19e98ffe08 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:50:27 -0500 Subject: [PATCH] Fixe image Container --- .../contentfullscreen/FullScreenContentMd.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/views/contents/contentfullscreen/FullScreenContentMd.vue b/src/views/contents/contentfullscreen/FullScreenContentMd.vue index 3524781..ea366a0 100644 --- a/src/views/contents/contentfullscreen/FullScreenContentMd.vue +++ b/src/views/contents/contentfullscreen/FullScreenContentMd.vue @@ -209,17 +209,4 @@ watch(contentId, async (newContentId) => { color: white; } -.image-content { - max-width: 100%; - max-height: 100%; - width: auto; - height: auto; - object-fit: contain; -} - -.video-content { - width: 100%; - height: 100%; -} -