diff --git a/packages/web-app-preview/src/components/Sources/MediaImage.vue b/packages/web-app-preview/src/components/Sources/MediaImage.vue index 10c7edf0fb..591416a1d1 100644 --- a/packages/web-app-preview/src/components/Sources/MediaImage.vue +++ b/packages/web-app-preview/src/components/Sources/MediaImage.vue @@ -5,7 +5,7 @@ :src="file.url" :alt="file.name" :data-id="file.id" - class="max-w-[80%] max-h-[80%] cursor-move object-contain" + class="max-w-full max-h-full pt-4 cursor-move object-contain" :style="`transform: rotate(${currentImageRotation}deg)`" />