
jwplayer height changes have no impact on height
<div id="PlayerElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("PlayerElement").setup({
file: "/wp-content/uploads/2015/03/SC_Intro.flv",
width: "520",
height: "315",
stretching: "fill"
});
</script>
link to page: http://66.147.244.188/~nwlymphe/?page_id=531
No matter what I set the height value to the height never changes for the video on the page. I can change the width and the video will change to the width setting.
Thanks