
Why flash plays the mp4 video on whole jwplayer window but html5 does not!
Why flash plays the mp4 video on whole jwplayer v6. window but html5 does not!??? How can I fix that.
Check the below.
https://www.meritmeter.com/reviews/view/3/test-test
Why flash plays the mp4 video on whole jwplayer v6. window but html5 does not!??? How can I fix that.
Check the below.
https://www.meritmeter.com/reviews/view/3/test-test
Hi, there.
I am able to reproduce your issue on your test page, but when I take your setup block and put it on a test page of my own (linked below), the player plays the video as expected, both through Flash and HTML5. It looks like your issue may lie in your CSS, or other elements on the page, however nothing jumps out at me. With that being said, I am not a CSS expert.
Test Pages
Flash – http://qa.jwplayer.com/~abussey/56842-whole-player.html
HTML5 – http://qa.jwplayer.com/~abussey/56842-whole-player-html5.html
Please let me know if you need any more help or have any other questions.
Thank you!
@shadi
Alex is correct, another CSS statement on your page is causing 'video' elements to be constrained to their natural width.
Try adding the following to your page:
<style>
.jwvideo video{
max-width:none!important;
}
</style>
James Herrieven
===================================================
Powered by Haiku
http://powered-by-haiku.co.uk/
---------------------------------------------------
Tatami for Online Video
http://dev.powered-by-haiku.co.uk/solutions/tatami/
---------------------------------------------------
skype: JamesHerrieven
email: james[at]haiku[dot]co[dot]uk
===================================================