Hide iPhone HTML5 video play button

I don’t have any iOS device handy to test, but perhaps try this:

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

Leave a Comment