Answer the question
In order to leave comments, you need to log in
Is it possible to make the ancient carousel on bootstrap 3 adaptive with styles and js?
It so happened that one deeply ingrained plugin used the carousel from bootstrap v3.3.5 yet.
In the plugin settings, in the system admin panel, you can set: enable carousel, speed, number of elements per page, number of columns, autoplay, enable/disable images, image sizes, show navigation.
Well, like this.
{{widget type="Ves\BaseWidget\Block\Widget\Categories" cmsblock="0" catsid="2111,1914,1916,1917,1918,1919,1921,1936" enable_image="1" image_width="150" image_height="150" enable_numbproduct="0" enable_carousel="1" show_navigator="1" autoplay="1" interval="5000" page_limit="4" cols="4" rows="1" template_layout="widget/categories.phtml"}}
$('#carousel').carousel({interval:5000,auto:true,pause:'hover', cycle: true});
});
Answer the question
In order to leave comments, you need to log in
Is it possible to make a responsive carousel on bootstrap 3 with styles and js?
I see in the examples that it is possible, but how to do what is without changing the html?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question