From: Vincent Vanwaelscappel Date: Wed, 3 Jun 2020 17:57:17 +0000 (+0200) Subject: wip #3682 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fd15ad2c14370cb14d5b36d629e0d535083249f5;p=fluidbook-html5.git wip #3682 @0.5 --- 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%;