
Progress bar occupying whole area of the player
Hi,
I have a problem with JW Player in two different browsers. In Firefox and Chrome the progress bar occupies the whole area of the player and it only fits correctly when I click in inspect element.
The song plays normally.
I'm using DSpace 3.2 XMLUI.
Here's my URL: http://146.164.35.247/xmlui/handle/123456789/52905
Note: To see the player, user must click in yellow and blue icon.
Here's the code:
<xsl:variable name="caminho" select="substring-before(mets:FLocat/@xlink:href,'?sequence=')"/>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
height: 40,
file: "<xsl:value-of select="$caminho"/>",
});
</script>
Thanks in advance.