Current File : /home/kelaby89/muzza.fit/wp-content/themes/deadlift/assets/js/vimeo.js
/*!
 * Vimeo
 *
 * Deadlift 1.8.2
 */
/* jshint -W062 */

/* global Vimeo */
var DeadliftVimeo = function( $ ) {

	'use strict';

	return {

		/**
		 * Init UI
		 */
		init : function () {

			if ( "undefinined" !== typeof Vimeo ) {
				$( '.vimeo-bg' ).each( function() {
					var iframe = $( this )[0],
						player = new Vimeo.Player( iframe );

					player.setVolume( 0 );
				} );
			}
		}
	};

}( jQuery );

( function( $ ) {

	'use strict';

	$( document ).ready( function() {
		DeadliftVimeo.init();
	} );

} )( jQuery );
Page not found – Hello World !