This commit is contained in:
Nolan Lawson 2018-01-20 20:47:18 -08:00
parent c1e7208e11
commit c8da39d457
1 changed files with 3 additions and 1 deletions

View File

@ -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>