%PDF- %PDF-
Direktori : /home/langpiergz/www/wp-content/themes/dara/assets/js/ |
Current File : /home/langpiergz/www/wp-content/themes/dara/assets/js/video-widget.js |
/* * Triggers resize event to make sure video widgets in the footer maintain the correct aspect ratio */ ( function( $ ) { $( window ).on( 'load', function() { setTimeout( function(){ if ( typeof( Event ) === 'function' ) { window.dispatchEvent( new Event( 'resize' ) ); } else { var event = window.document.createEvent( 'UIEvents' ); event.initUIEvent( 'resize', true, false, window, 0 ); window.dispatchEvent( event ); } } ); } ); } )( jQuery );