<script>
jQuery(document).ready(function ($) {
$(window).on("load", function () {
function getSwiperInstance() {
var swiperTarget = $('.slider-puntsdeventa .swiper');
return swiperTarget.data('swiper');
}
$('.slider-puntsdeventa .btn-prev').on('click', function() {
getSwiperInstance().slidePrev(500, true);
});
$('.slider-puntsdeventa .btn-next').on('click', function() {
getSwiperInstance().slideNext(500, true);
});
});
});
</script>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter