/* ========= SETTING OPTIONS ========= */
// Set options when setting up the videos. The defaults are shown here.

VideoJS.setupAllWhenReady({
		controlsBelow: true, // Display control bar below video instead of in front of
		controlsHiding: true, // Hide controls when mouse is not over the video
		defaultVolume: 0.85, // Will be overridden by user's last volume if available
		flashVersion: 9, // Required flash version for fallback
		linksHiding: true, // Hide download links when video is supported
		controlsAtStart: true, // Make controls visible when page loads
}); 

 
