diff --git a/src/features/project-assets/AssetLibraryPage.vue b/src/features/project-assets/AssetLibraryPage.vue index ce98b9c..df75413 100644 --- a/src/features/project-assets/AssetLibraryPage.vue +++ b/src/features/project-assets/AssetLibraryPage.vue @@ -412,7 +412,7 @@ async function removeAsset() { :src="selectedAsset.publicUrl" :alt="selectedAsset.name" preview - object-fit="cover" + object-fit="contain" class="asset-management-preview" />