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?
I need to modify the background-size of the poster image, I have tried numerous things but no luck.
Any help?
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’