testing this

This commit is contained in:
Anthony 2021-08-30 21:57:51 +02:00
parent 38740d7e43
commit fdfabe7ccf
No known key found for this signature in database
GPG key ID: C386D3C93D50E356

View file

@ -500,9 +500,9 @@ export default React.memo<Props>(function VideoJs(props: Props) {
el.className = 'video-js vjs-big-play-centered ';
// show large play button when paused on ios
if (IS_IOS) {
el.classList.add('vjs-show-big-play-button-on-pause');
}
// if (IS_IOS) {
// el.classList.add('vjs-show-big-play-button-on-pause');
// }
wrapper.appendChild(el);