Skip to content

Commit 35f08e1

Browse files
committed
responsive breakpoint added
1 parent 2a08c67 commit 35f08e1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Pages/Home/Testimonials/Testimonials.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,20 @@ const Testimonials = () => {
9797
spaceBetween={20}
9898
loop={true}
9999
mousewheel={true}
100+
breakpoints={{
101+
100: {
102+
slidesPerView: 1,
103+
spaceBetween: 20,
104+
},
105+
768: {
106+
slidesPerView: 1,
107+
spaceBetween: 20,
108+
},
109+
1024: {
110+
slidesPerView: 3,
111+
spaceBetween: 20,
112+
},
113+
}}
100114
coverflowEffect={{
101115
rotate: 50,
102116
stretch: 0,

0 commit comments

Comments
 (0)