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

Change css of poster image / preview


I need to modify the background-size of the poster image, I have tried numerous things but no luck.

Any help?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Have you tried modifying the CSS of our player? I was able to adjust the height of the poster image with the following Javascript:

document.getElementsByClassName(‘jw-preview’)0.style.height = ‘360px’

This question has received the maximum number of answers.