mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix(a11y): use Image as alt when there isn't a description
This commit is contained in:
parent
4da2fd05bb
commit
943a0b66fe
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ useIntersectionObserver(video, (entries) => {
|
|||
:srcset="srcset"
|
||||
:width="attachment.meta?.original?.width"
|
||||
:height="attachment.meta?.original?.height"
|
||||
:alt="attachment.description!"
|
||||
:alt="attachment.description ?? 'Image'"
|
||||
:style="{
|
||||
aspectRatio,
|
||||
objectPosition,
|
||||
|
|
Loading…
Reference in a new issue