
I want to make jwplayer 7 play 4:3 aspect ratio on mobiles and16x9 on PCs....what I should do?
I want to make jwplayer 7 play 4:3 asxpect ration on mobiles but 16x9 on PCs....what I should do?
On jwplayer 6, it is working fine but on jwplayer 7 it is not now, although I have configured the player as 16x9 and responsive.. below is my config..is there anything I can do on CSS?
<script type='text/javascript'>
jwplayer('reviewplayer').setup({
file: 'https://www.meritmeter.com/upload/reviews/uploaded/1447523005.mp4',
image: '',
title: '',
height: '100%',
volume: 90,
mute: false,
aspectratio: '16:8.1',
autostart: 'true',
stretching: 'fill',
abouttext: 'Meritmeter.com',
aboutlink: 'https://www.meritmeter.com',
});
</script>