baseten
baseten

Reputation: 1432

HTML5 video css background color on iPad

Is it currently possible to set the background color of HTML5 video elements effectively? About HTML5 Audio and Video points to the fact that you can style video tags with standard CSS, but in my experience this isn't fully working:

Anyone had any success setting a background color on iPad?

Upvotes: 3

Views: 5131

Answers (1)

Johnny_D
Johnny_D

Reputation: 4652

Please refer to my question according HTML 5 on mobile safari.

Seems that it's impossible to control it, as video rendering is delegated to hardware through the browser, and is displayed "above", so controlling css properties of it would not affect anything.

My research was some ago, but don't think that since then anything changed.

Upvotes: 2

Related Questions