From fd15ad2c14370cb14d5b36d629e0d535083249f5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 3 Jun 2020 19:57:17 +0200 Subject: [PATCH] wip #3682 @0.5 --- style/fluidbook.video.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/fluidbook.video.less b/style/fluidbook.video.less index fa97a65a..848a16b9 100644 --- a/style/fluidbook.video.less +++ b/style/fluidbook.video.less @@ -1,4 +1,11 @@ /* Videos */ + +// Hide big play button on ios (#3682) +*::-webkit-media-controls-start-playback-button { + display: none !important; + -webkit-appearance: none; +} + .mview .videoContainer { width: 100%; height: 100%; -- 2.39.5