Skip to content

Commit

Permalink
No need for crossorigin attribute + value was not passed
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 16, 2023
1 parent 2ff0254 commit 0f725dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/youtube2zim/templates/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function firstVideo(video) {
}
videoIntro.innerHTML = '' +
'<video id="video_container" class="video-js vjs-default-skin" ' +
'width="480px" height="270px" crossorigin ' +
'width="480px" height="270px" ' +
'controls="true" preload="true" ' +
'data-setup=\'{"techOrder": ["html5", "ogvjs"], ' +
'"ogvjs": {"base": "assets/ogvjs"}, "autoplay": false, ' +
Expand Down

0 comments on commit 0f725dd

Please sign in to comment.