Commit bb215ea3 by Tonk

.

parent d2117e7d
...@@ -4,17 +4,16 @@ import OwlCarousel from 'react-owl-carousel'; ...@@ -4,17 +4,16 @@ import OwlCarousel from 'react-owl-carousel';
const options = { const options = {
center: true, center: true,
responsiveClass: true, responsiveClass: true,
startPosition: 1,
responsive: { responsive: {
0: { 0: {
items: 1, items: 1,
loop: true,
}, },
768: { 768: {
items: 2, items: 2,
}, },
992: { 992: {
items: 3, items: 3,
center: false,
}, },
}, },
}; };
......
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