Level 37
I don't know. What's the problem? Does your browser explode?
Provide some more details.
Hi guys, as the title says I can not run a slideshow with VueJS, I've tried with the Bootstrap and slick carousel and I have not found the result yet. Here is an example (HTML)
(Secondary i have all the routes of my images)
$(document).ready(function () { $('.gallery').slick({ slidesToShow: 1, slidesToScroll: 1, autoplay: true, dots: false, arrows: true, responsive: [{ breakpoint: 500, settings: { dots: false, arrows: true, infinite: true, slidesToShow: 1 } }] }); });
What´s the problem?
Please or to participate in this conversation.