diff --git a/src/components/File.vue b/src/components/File.vue index 75710ca09..26bd7f9c8 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 }}