From a89f9fd5ea91c9046ff2e7452e34a275f8bffd34 Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Tue, 23 Jan 2024 11:16:20 +0100 Subject: [PATCH] fix(files): Fix description for favorite images and remove image description Signed-off-by: julia.kirschenheuter --- src/components/File.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/File.vue b/src/components/File.vue index 75710ca09..10fbc6d52 100644 --- a/src/components/File.vue +++ b/src/components/File.vue @@ -46,7 +46,6 @@ :key="`${file.basename}-small`" :src="srcSmall" :alt="file.basename" - :aria-describedby="ariaDescription" :decoding="loadedSmall || isVisible ? 'sync' : 'async'" :fetchpriority="loadedSmall || isVisible ? 'high' : 'low'" :loading="loadedSmall || isVisible ? 'eager' : distance < 2 ? 'auto' : 'lazy'" @@ -61,14 +60,10 @@ :decoding="loadedLarge || isVisible ? 'sync' : 'async'" :fetchpriority="loadedLarge || isVisible ? 'high' : 'low'" :loading="loadedLarge || isVisible ? 'auto' : 'lazy'" - :aria-describedby="ariaDescription" @load="onLoadLarge" @error="onErrorLarge"> - - -

{{ file.basename }}