Skip to content

Commit 8cc53f4

Browse files
committed
add alt to preview image
1 parent 82a16a1 commit 8cc53f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

courseware/vueapp/components/VideoRow.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
@error="setDefaultImage()"
1717
height="200"
1818
:ref="event.id"
19+
:alt="event.title"
1920
/>
2021
<span data-tooltip class="tooltip oc--views">
2122
<span class="tooltip-content">

vueapp/components/Videos/VideoRow.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
@error="setDefaultImage()"
5858
height="200"
5959
:ref="event.id"
60+
:alt="event.title"
6061
/>
6162
<studip-icon
6263
class="oc--image-button oc--play-button"

0 commit comments

Comments
 (0)