
Meta viewport width and phone/tablet fullscreen controlbar
Hi guys,
I'm using Wordpress & JwPlayer 5. Everything worked fine and the player was completely responsive until I changed the meta viewport in my header from
<meta name="viewport" content="width=1000">
to
<meta name="viewport" content="width=device-width">
With the latter, videos still play fine in fullscreen mode on all devices but the controlbar/share button container on phone/tablet is restricted in fullscreen mode to less than half the width of the screen. It's height is fine. You can see what I mean here (view on phone/tablet) http://www.gortskehy.com/2016/04/our-award-winning-film/
I've tried JW6 and JW7 but the result is still the same. I've also tried fitvids but didn't have any joy with that. I need the width=device-width viewport and tried adding scale=1.0 but that didn't help either. Is there any way to specify a viewport width of 1000 for jwplayer only?
Thanks for any help.