HTML5 player is prettier with prettyPlayer
You need really common setup to make prettiest HTML5 player work with prettyPlayer. You need really common setup to make prettiest HTML5 player work with prettyPlayer. You need really common setup to make prettiest HTML5 player work with prettyPlayer. You need really common setup to make prettiest HTML5 player work with prettyPlayer.
Include thisPlayer.js while your <body> tag ends:
<script type="text/javascript" src="/js/thisPlayer.js"></script>
Prepare html element to generate prettyPlayer in.
<div id="player-container"></div>
And a crazy light js to make your player work!
var tp = thisPlayer({
container: '#player-container',
resources: '/your-folder/your-video.mp4'
});
