PluginProbe
Embed Privacy / 1.10.0
Embed Privacy v1.10.0
1.14.0 1.13.0 trunk 0.1 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.1.3 1.10.0 1.10.1 1.10.10 1.10.2 1.10.3 1.10.4 1.10.5 1.10.6 1.10.7 1.10.8 1.10.9 1.11.0 1.11.1 1.11.2 All 68 releases
embed-privacy / assets / js / divi.js

divi.js in Embed Privacy 1.10.0, at assets/js/divi.js

16 lines 343 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Divi functionality
3 *
4 * @author Epiphyt
5 * @license GPL2
6 * @package epiphyt\Embed_Privacy
7 */
8 document.addEventListener( 'DOMContentLoaded', () => {
9 // Generate responsive video wrapper for Embed Privacy container
10 if ( $.fn.fitVids ) {
11 $( '#main-content' ).fitVids( {
12 customSelector: ".embed-privacy-container"
13 } );
14 }
15 } );
16