This commit is contained in:
Anthony Minessale 2017-09-20 14:42:54 -05:00
parent 4772b73bcc
commit 9e5b680084
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@
// Hacks for Mobile Safari
self.options.useVideo.setAttribute("playsinline", true);
self.options.useVideo.setAttribute("controls", true);
setTimeout(() => {
setTimeout(function() {
self.options.useVideo.removeAttribute("controls");
});