【问题标题】:Odd blurry circle on safari iphone html5 videossafari iphone html5视频上奇怪的模糊圆圈
【发布时间】:2016-08-08 15:20:48
【问题描述】:

这个奇怪的圆圈出现在某些网站上(下图),在 iphone > safari 上。 在 Safari 控制台上,我可以检测到这是因为视频自动播放,但我无法删除它。

我已经尝试过了(没有运气):

1-erase the controls tag

2-video::-webkit-media-controls { display:none !important; }

谢谢大家

这是代码片段:

<div style="position: relative;">
        <div style="position: absolute; z-index: -1; top: 0px; left: 0px; bottom: 0px; right: 0px; overflow: hidden; background-image: none; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;">
            <video autoplay="" loop="" muted="" style="margin: auto; position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); visibility: visible; width: 855px; height: auto;"><source src="video_5.mp4" type="video/mp4"></video>
        </div>
</div>

【问题讨论】:

标签: css iphone video safari


【解决方案1】:

晚了几年,但这对我有用:

video::-webkit-media-controls-start-playback-button { display: none; }

【讨论】:

    猜你喜欢
    • 2011-07-25
    • 1970-01-01
    • 1970-01-01
    • 2017-05-10
    • 2011-09-08
    • 2012-02-01
    • 1970-01-01
    • 1970-01-01
    • 2020-04-07
    相关资源
    最近更新 更多