
How to remove the video function
Hi Guys,
Been trying to set up a responsive full width audio only player but cant for the life of me remove the video part of the player!
Any help would be massively appreciated.
div id="player"></div>
<script type="text/javascript">
var playerInstance = jwplayer("player");
playerInstance.setup({
primary: 'html5',
playlist: [{
sources: [{
file: "http://edge.mixlr.com/channel/otuyv",
type: 'mp3'
}]
}],
width: "100%",
aspectratio: "16:9"
});
</script>