0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
wp-content
/
themes
/
oceanwp
/
assets
/
js
/
core
/
[
Home
]
File: fitvids.js
var $j = jQuery.noConflict(); $j( document ).on( 'ready', function() { "use strict"; // Responsive Video oceanwpInitFitVids(); } ); /* ============================================== RESPONSIVE VIDEOS ============================================== */ function oceanwpInitFitVids( $context ) { "use strict" $j( '.responsive-video-wrap, .responsive-audio-wrap', $context ).fitVids(); }