Detalles del producto
Información general disponible en las especificaciones.
Especificaciones
Especificaciones:
SKU: ARCPT-01
Medidas: 16.7 m x 6.4 m
(function($){ function addNav($owl){ if(!$owl || !$owl.length) return; if($owl.data('jumboNavReady')) return; $owl.data('jumboNavReady', true); $owl.addClass('jumbo-owl-wrap'); var $prev = $(''); var $next = $(''); $owl.append($prev, $next); $prev.on('click', function(e){ e.preventDefault(); $owl.trigger('prev.owl.carousel'); }); $next.on('click', function(e){ e.preventDefault(); $owl.trigger('next.owl.carousel'); }); } function init(){ $('.jumbo-recursos-page .owl-carousel').each(function(){ var $owl = $(this); $owl.on('initialized.owl.carousel', function(){ addNav($owl); }); addNav($owl); }); } $(document).ready(function(){ init(); setTimeout(init, 900); setTimeout(init, 2000); setTimeout(init, 4000); }); })(jQuery);