Jwplayer gdrive example

by hiteshbhilai2010

HTML

<script src="https://content.jwplatform.com/libraries/wMrwUO8u.js"></script>
<div id="playerContainer">
    <div id="player">jwplayer goes here...</div><br/><br/>

</div>

JavaScript

jwplayer('player').setup({
    
			file: 'https://www.youtube.com/watch?v=B9W6AfqGfeA',
      primary:'html5',
			stretching: 'exactfit',			
			autostart: true,
            height:240,
            width:360
			
	    });