feat(gallery): improve responsivity

This commit is contained in:
2026-01-03 21:56:37 +01:00
parent ae2239d17e
commit cc2e312108
3 changed files with 51 additions and 15 deletions

View File

@@ -224,7 +224,6 @@ onMounted(() => {
:src="image.url"
:width="600"
:custom="true"
:fetchpriority="isModalOpen ? 'low' : 'auto'"
>
<img
v-if="isLoaded"