mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-11 09:45:24 +01:00
fix a11y
This commit is contained in:
parent
c1e7208e11
commit
c8da39d457
@ -11,7 +11,9 @@
|
||||
<use xlink:href="#fa-play-circle" />
|
||||
</svg>
|
||||
</div>
|
||||
<img src="{{media.preview_url}}"
|
||||
<img aria-hidden="true"
|
||||
alt=""
|
||||
src="{{media.preview_url}}"
|
||||
width="{{getSmallWidth(media)}}"
|
||||
height="{{getSmallHeight(media)}}" />
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user