var j$ = jQuery; j$.noConflict(); "use strict"; j$(window).load(function() { j$("#image_comparison_57971752468f0a1a1cf0a1.twentytwenty-container").each(function(){ var $that = j$(this); j$(this).imagesLoaded(function(){ $that.twentytwenty({ default_offset_pct: 0.5, no_overlay: true, } ); }); }); });