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"> </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