Galerija

Pretražite PerceiveArt.com

jQuery(document).ready(function($) { // Targets Gutenberg Gallery Blocks $('figure.wp-block-gallery').each(function(index) { // Adds the grouping attribute to all image links within the gallery $(this).find('a').attr('data-elementor-lightbox-slideshow', 'elementor-wp-block-gallery-' + index); }); });