
How to resize JWPlayer when containing div resizes
I'm trying to use jwplayer in responsive mode but when I resize the containing div the player itself doesn't resize. I've tried a few different approaches to parameters for the .resize() API call but it behaves as documented and requires a fixed height for the second parameter. Is there a way to trigger a re-drawing of the player without interrupting the video and without requiring a fixed height?