Skip to content

Commit

Permalink
missing alt
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 12, 2024
1 parent 5f57713 commit a120ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions videos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>Automated Videos from Slides</h3>
<div class="pl-item">
<a href="watch.html?v={{ video.vid }}&utm_source=videos_page&utm_medium=automated_video&utm_campaign={{ vid }}">
<div class="cover">
<img src="{{ video.cover }}" width="200px"/>
<img src="{{ video.cover }}" width="200px" alt="cover"/>
</div>
<div>
<div class="title">{{ video.title }}</div>
Expand All @@ -66,7 +66,7 @@ <h3>Human Recordings </h3>
<div class="pl-item">
<a href="watch.html?v={{ video.vid }}&utm_source=videos_page&utm_medium=manual_video&utm_campaign={{ vid }}&player=youtube">
<div class="cover">
<img src="{{ video.cover }}" width="200px"/>
<img src="{{ video.cover }}" width="200px" alt="cover"/>
</div>
</a>
<div>
Expand Down

0 comments on commit a120ba8

Please sign in to comment.