diff --git a/ui/scss/component/_file-render.scss b/ui/scss/component/_file-render.scss index a979a07fe..6305c3e6a 100644 --- a/ui/scss/component/_file-render.scss +++ b/ui/scss/component/_file-render.scss @@ -359,6 +359,12 @@ width: 100%; } +.video-js-parent--ios { + .vjs-control-bar { + display: none; + } +} + // By default no video js play button .vjs-big-play-button { display: none;