Fixe image Container

This commit is contained in:
PascalMarchesseault
2024-11-05 18:50:27 -05:00
parent c567bfdf98
commit db18bd0b2a

View File

@@ -209,17 +209,4 @@ watch(contentId, async (newContentId) => {
color: white; color: white;
} }
.image-content {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
}
.video-content {
width: 100%;
height: 100%;
}
</style> </style>