Your IP : 216.73.216.11


Current Path : /home/digilove/www/plugins/system/ytshortcodes/shortcodes/frame/js/
Upload File :
Current File : /home/digilove/www/plugins/system/ytshortcodes/shortcodes/frame/js/frame.js

jQuery(document).ready(function($) {
    setTimeout(function(){
		$('.yt-frame-align-center, .yt-frame-align-none').each(function() {
			var frame_width = $(this).find('img').width();
			$(this).css('width', frame_width + 12);
		});
	}, 1000);
        
});