]> _ Git - fluidbook-html5.git/commitdiff
wip #3682 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 3 Jun 2020 17:57:17 +0000 (19:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 3 Jun 2020 17:57:17 +0000 (19:57 +0200)
style/fluidbook.video.less

index fa97a65a717efc12d8dff0c42ea00ec5cdb19155..848a16b919ffe9c7ab8f78764206bfe820af6bdd 100644 (file)
@@ -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%;