PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/myvideomania.com/wp-content/plugins/automatic-video-posts/js/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/myvideomania.com/wp-content/plugins/automatic-video-posts/js/scripts.js

/**************************************************************************************************/
/*
/*		File:
/*			scripts.js
/*		Description:
/*			This file contains Javascript for ternstyle's Automatic Video Posts Plugin (Scripts).
/*		Copyright:
/*			Copyright (c) 2016 Ternstyle LLC.
/*		License:
/*			This software is licensed under the terms of the End User License Agreement (EULA) 
/*			provided with this software. In the event the EULA is not present with this software
/*			or you have not read it, please visit:
/*			http://www.ternstyle.us/automatic-video-posts-plugin-for-wordpress/license.html
/*
/**************************************************************************************************/

/****************************************Commence Script*******************************************/

(function($) { $(document).ready(function() {

/*------------------------------------------------------------------------------------------------
	Responsive Videos
------------------------------------------------------------------------------------------------*/

	function resize() {
		$('.ayvpp').each(function () {
			if($(this).hasClass('responsive')) {
				var r = $(this).attr('data-ratio').split(':');
				r = r[1]/r[0];
				var w = $(this).parent().innerWidth();
				$(this).css({ width:'100%',height:(w*r) });
			}
		});
	}
	resize();
	
	var timer = time = null;
	$(window).bind('resize orientationchange',function () {
		time = new Date();
		timer = timer ? timer : setInterval(function () {
			if((new Date()-time) > 500) {
				clearInterval(timer);
				time = timer = null;
				resize();
			}
		},100);
	});

/****************************************Terminate Script******************************************/

}); })(jQuery);