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%; -} -