VideoSuite Limited
VideoSuite Limited
Hey Guys, Has this been looked at yet? I can get the file as a download just struggling to move it to S3, as mentioned above the cloud convert support...
Having the same issue you ever manage to fix this?
Quick Hacky Fix working for me: .vjs-youtube-mobile .vjs-big-play-button { display: flex !important; } .vjs-youtube-mobile.vjs-has-started .vjs-big-play-button { display: none !important; }
+1 on this one
Quick Fix i'm using ATM: .vjs-youtube-mobile .vjs-big-play-button { display: flex !important; } .vjs-youtube-mobile.vjs-has-started .vjs-big-play-button { display: none !important; }