fix: issue #5 now using full size images in editor

This commit is contained in:
2026-07-06 08:36:49 +02:00
parent c735c1afa7
commit a772e3abea
6 changed files with 121 additions and 12 deletions

View File

@@ -106,8 +106,8 @@
}
[data-testid="media-editor"] .media-preview-image img {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
border-radius: 4px;
}