fix a11y
This commit is contained in:
parent
c1e7208e11
commit
c8da39d457
|
@ -11,7 +11,9 @@
|
||||||
<use xlink:href="#fa-play-circle" />
|
<use xlink:href="#fa-play-circle" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<img src="{{media.preview_url}}"
|
<img aria-hidden="true"
|
||||||
|
alt=""
|
||||||
|
src="{{media.preview_url}}"
|
||||||
width="{{getSmallWidth(media)}}"
|
width="{{getSmallWidth(media)}}"
|
||||||
height="{{getSmallHeight(media)}}" />
|
height="{{getSmallHeight(media)}}" />
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue