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

Player not responsive when closed captions are added


HI, I can get JW Player to be responsive but as soon as I add closed captions it stops becoming responsive and stays at a fixed size. The captions work but the responsiveness doesn't. Is there a way to have both responsiveness and closed captions?

This is the code I am using:

<script type="text/javascript">
jwplayer("vidspace2").setup({
playlist: [{
file: "videos/freedom_docu.m4v",
image: "images/docu_front.jpg",
width: "100%",
aspectratio: "16:9",
tracks: [{
file: "videos/freedom_docu_captions.vtt",
label: "English",
kind: "captions",
"default": true
}]
}]
});
</script>

Many thanks!

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

Hi -

I just tested this locally and the player stays responsive even with VTT captions. Can I see your page?

-Cooper

This question has received the maximum number of answers.