Ticket #49030: 49030.diff
File 49030.diff, 609 bytes (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/js/index.js
294 294 }, 295 295 296 296 makeFit: function() { 297 document.querySelectorAll( ' iframe, object,video' ).forEach( function( video ) {297 document.querySelectorAll( '.entry-content iframe, .entry-content object, .entry-content video' ).forEach( function( video ) { 298 298 var ratio, iTargetWidth, 299 299 container = video.parentNode; 300 300