@evidentpoint/readium-css
Version:
A set of reference stylesheets for EPUB Reading Systems
9 lines • 362 B
CSS
video:-webkit-full-screen {
/* Fullscreen video on Android does not synchronize correctly when the <video>
* element is not rendered in the root render pass. Disable properties that
* cause this. (http://crbug.com/618753) */
opacity: 1 ;
-webkit-filter: none ;
border-radius: 0 ;
mix-blend-mode: normal ;
}