algonquindesign-grads / 2021

The 2021 Algonquin Design Grad website.
0 stars 0 forks source link

Video caption WebVtt fix #113

Closed thomasjbradley closed 3 years ago

thomasjbradley commented 3 years ago

Add this attribute to all video tags that use the caption tracks: crossorigin="anonymous"

<video controls="" loop="" playsinline="" class="push" preload="auto" crossorigin="anonymous">

Should fix the problem. At least seems to work in my local tests.

MacKenzieRose commented 3 years ago

You're a scholar and a saint @thomasjbradley; captions are working on my end (desktop, Firefox) 🎉