
Videos not resizing small enough on smartphones in portrait view
I have JW Player premium (not sure of the version -- how can I tell?) and I'm trying to get my videos to work on our new responsive site we have in development. The videos resize appropriately on tablets but in smartphone portrait views they are not small enough. You can see this at https://or.529stage.com/tools/videos/
Here's the code we're using for one of the videos:
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<div id="myElement1">The Cost of College</div>
<script type="text/javascript">
jwplayer("myElement1").setup({
file: "Cost-of-College_REV.mp4",
image: "or-video-cost-of-college.png",
width: "100%",
aspectratio: "16:9"
});
</script>
<!-- END OF THE PLAYER EMBEDDING -->
How do I get them to resize for smartphone portrait? Thanks.