Jueves 17 de octubre de 2024
Mons. Fernando Chomali G. Arzobispo de Santiago de Chile
$('.swiper-1').each(function(index, element){ var $this = $(this); $this.addClass('instance-m1-' + index); $this.find('.swiper-pagination').addClass('pagination1-' + index); $this.find('.swiper-button-prev').addClass('btn-prev1-' + index); $this.find('.swiper-button-next').addClass('btn-next1-' + index);
var swiper0 = new Swiper('.instance-m1-' + index, {
slidesPerView: 1, loop: true, autoHeight: true, navigation: { nextEl: '.btn-next1-' + index, prevEl: '.btn-prev1-' + index, }, pagination: { el: '.pagination1-' + index, clickable: true, },
});
});