add mobile player and fullscreen support for iOS

This commit is contained in:
Jason Hunter
2021-06-04 16:49:28 -04:00
committed by Blake Blackshear
parent c73aebadcb
commit 88ed7501a7
4 changed files with 20 additions and 0 deletions

View File

@@ -25,3 +25,7 @@
transform: rotate(360deg);
}
}
.video-js.vjs-has-started .vjs-touch-overlay {
display: none;
}