(function($) { $(document).ready(function() { const colorGrid = $('.elementor-grid-item a img'); // Select all color images const zoomImage = $('.zoom-window img'); // Select the zoom image with custom class colorGrid.click(function() { zoomImage.attr('src', $(this).attr('src')); // Set zoom image source }); }); })(jQuery);
Skip to content