Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Issue with video size in ie 9



Hello

we have integrated a video in a webpage and we display it at 100%. It works fine in chrome and firefox but in ie the video is not displayed at 100% size and it shows it quite smaller.

Bellow is the code we have used to embed the video.
Is any issue with the JWPlayer playing videos in ie9?

----------------------------------------------------------------------------------------------------------------------
<div class="inline-video">
<div id="playerLxybbaSWJIgF">&nbsp;</div>
<script type="text/javascript">// <![CDATA[
jwplayer('playerLxybbaSWJIgF').setup({
//image: '/Content/_site/video/lambert_welch.jpg',
width: '100%',
aspectratio: '16:9',
fallback: 'false',
levels: [
{ file: '/Content/_site/video/PATIENT_Lily_Adult ADHD_360p web.mp4' }
//{ file: '/Content/_site/video/lambert_welch.m4v' },
//{ file: '/Content/_site/video/lambert_welch.ogv' },
//{ file: '/Content/_site/video/lambert_welch.webm' }
]
});
wtJwp();
// ]]></script></div>

----------------------------------------------------------------------------------------------------------------------

Thank you in advance
Dani

3 Community Answers

M...

User  
0 rated :

Please give us a link to your page.

v...

User  
0 rated :

The video is available in this page:

http://qat.strattera.base.quintilesinteractive.com/Patient/Content/About-ADHD/Impact-of-ADHD

To see the video you would need to click on the button "ADHD in Adults" and ten , accept patient disclaimer (i.e. confirm that you are a patient) after that open the original link again to reach the video.

Ethan Feldman

JW Player Support Agent  
0 rated :

I see what you mean. It seems to only happen in 9. 8 and below are fine, as are 10 and higher. Most likely a css issue, but setting primary to flash will be a quick fix here.

This question has received the maximum number of answers.