Fix aspect ratio for creator banner and profile images

This commit is contained in:
2025-04-15 16:34:24 -04:00
parent adfaaf3595
commit 4b67f9f445
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
@click="isCurrentCreator && openBannerEditor()"
>
<img
class="drop-shadow-[0_10px_6px_rgba(0,0,0,0.25)] w-[1024px] h-[256px] banner"
class="w-[990px] h-[330px] banner object-cover"
:src="brandingStore.value?.images?.banner ?? '/images/placeholders/banner.png'"
alt="Profile Banner"
>

View File

@@ -6,7 +6,7 @@
>
<img
class="shadow-2xl rounded-full border-solid border-hSecondary border-102 w-[200px] h-[200px] logo-image"
class="shadow-2xl object-cover rounded-full border-solid border-hSecondary border-102 w-[200px] h-[200px] logo-image"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/profile.png'"
alt="Profile Picture"
/>