Commit 2680b131 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

updated js

See merge request manzarH/dic-global-dev!221
parents 6ce3ea31 ac49d27c
...@@ -353,16 +353,16 @@ ...@@ -353,16 +353,16 @@
dots: false, dots: false,
arrows: true, arrows: true,
infinite: false, infinite: false,
slidesToShow: 3, slidesToShow: 4,
slidesToScroll: 3, slidesToScroll: 4,
nextArrow: '<button class="arrowSlider leftArrow"><i class="fa fa-chevron-left" aria-hidden="true"></i><button>', nextArrow: '<button class="arrowSlider leftArrow"><i class="fa fa-chevron-left" aria-hidden="true"></i><button>',
prevArrow: '<button class="arrowSlider rightArrow"><i class="fa fa-chevron-right" aria-hidden="true"></i><button>', prevArrow: '<button class="arrowSlider rightArrow"><i class="fa fa-chevron-right" aria-hidden="true"></i><button>',
responsive: [{ responsive: [{
breakpoint: 991, breakpoint: 991,
settings: { settings: {
arrows: true, arrows: true,
slidesToShow: 2, slidesToShow: 3,
slidesToScroll: 2, slidesToScroll: 3,
}, },
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment