Skip to content

Commit

Permalink
Merge pull request #5397 from nextcloud/backport/5393/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: Add alt attribute to image nodes
  • Loading branch information
AndyScherzinger authored Feb 21, 2024
2 parents b2832cd + b2b6db7 commit fddadfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<div class="media__wrapper">
<img v-show="loaded"
:src="imageUrl"
:alt="alt"
class="image__main"
@load="onLoaded">
<div class="metadata">
Expand Down

0 comments on commit fddadfe

Please sign in to comment.