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

Stretching Fullscrenn volume not working


I was using JwPlayer 7.7 and my video format m3u8, video is running but when fullscreen button click is not working
this my code

function loadVideo(t) {
console.log(t);
setTimeout(function() {
jwplayer("marker-video").setup({
file: t,
// autostart: !0,
width: "200",
height: "110",
primary: 'html5',
type: "hls",
hlshtml: true,
mediaid: "BitEk",
autostart: true,
allowfullscreen: true
});
}, 500);
}

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

Do you have a test page replicating this?

This question has received the maximum number of answers.