You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.
Hi, I tried .IIV::-webkit-media-controls-play-button to hide the play button, but failed;
Then I changed .IIV into video, it finally worked.
I'm a junior developer, I'm not quite sure what .IIV is, but I'm here just explaining video::-webkit-media-controls-play-button works.
Thanks for offering such a handy tool!
The text was updated successfully, but these errors were encountered:
The IIV class is applied when iphone-inline-video (in short "IIV") is able to act on the element (generally on the iPhone on iOS 8-9). On iOS 10, IIV is disabled by default so the buttons are not hidden.
I hide the buttons out of necessity (they trigger the fullscreen), but if you always want to hide the overlay button, use this instead:
Hi, I tried
.IIV::-webkit-media-controls-play-button
to hide the play button, but failed;Then I changed
.IIV
intovideo
, it finally worked.I'm a junior developer, I'm not quite sure what
.IIV
is, but I'm here just explainingvideo::-webkit-media-controls-play-button
works.Thanks for offering such a handy tool!
The text was updated successfully, but these errors were encountered: