HTML5 Video in Chrome is Dull
by Seth Parker on Mar 21, 2011 at 3:20:31 pm
I've implemented a video background in my site using the HTML5 video tag. The video itself is something I whipped up in After Effects: a white background with shifting colored elements over top. In IE9, the video doesn't show (something to do with the z-index I've been told. Not too worried about it). In Firefox, the video plays perfectly. But in Chrome, the video plays, but everything is dull. The nice, crisp white in my video's background is reduced to a sad grey.
Has anyone else experienced this issue with HTML5 video in Chrome? Does anyone know what causes it or if there's a way around it?
Re: HTML5 Video in Chrome is Dull by Seth Parker on Mar 22, 2011 at 3:36:31 am
I've tried both an ogv and a webm video, though I think it's defaulting to webm in Chrome. I heard from a friend earlier today that the webkit media engine that Chrome uses has a default light grey background, but I can find no CSS or styling code that seems to affect it.
Re: HTML5 Video in Chrome is Dull by Seth Parker on Mar 22, 2011 at 8:10:09 pm
The webm is grey in Chrome but white in Firefox. It does make me think that the html5 video player needs to be adjusted through CSS but none of the style elements I'm finding are adjusting the area that is "behind" the video.