Question

I'm using the HTML5 JW Player. It sizes the HTML5 video correctly, but shrinks the Flash fallback player; here's an example page: Test Page

If you view that page in IE, you'll notice that on panel 5, the video is smaller than the space it's supposed to occupy. On Firefox, it works fine because it's using the OGG video in its HTML5 video player.

Is there a way to resize the Flash video via JavaScript/jQuery to fit the same space as the HTML5 video?

Was it helpful?

Solution

Maybe something like this?:

embed {
    width:100%;
    height:100%;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top