I want to hide the big play button that appears by default on the <video> element
<video>
Is it possible?
I don't have any iOS device handy to test, but perhaps try this:
video::-webkit-media-controls { display:none !important; }
1.4m articles
1.4m replys
5 comments
57.0k users