Skip to content

Commit

Permalink
Display 2 slides in 4K
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-priyanka-g committed Sep 22, 2023
1 parent 39b7a1d commit 008178c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vue-frontend/src/components/ios-app-development/SuccessStory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
disableOnInteraction: false,
}"
:breakpoints="{
'1400': {
'1200': {
slidesPerView: 1.3,
spaceBetween: 30,
},
Expand All @@ -100,14 +100,14 @@
slidesPerView: 1.3,
},
'2450': {
slidesPerView: 1,
slidesPerView: 1.2,
},
}"
:allowTouchMove="false"
:spaceBetween="20"
:pagination="pagination"
:modules="modules"
class="swiper-container tw-basis-[116rem] lg:tw-basis-[156rem] xl:tw-basis-[175rem] 2xl:!tw-pl-32"
class="swiper-container tw-basis-[116rem] lg:tw-basis-[130rem] xl:tw-basis-[150rem] xll:tw-basis-[175rem] 3xl:tw-basis-[134rem] 2xl:!tw-pl-32"
>
<swiper-slide
v-for="(client, index) in clients"
Expand Down Expand Up @@ -155,7 +155,7 @@
disableOnInteraction: false,
}"
:breakpoints="{
'1400': {
'1200': {
slidesPerView: 1.28,
},
'1700': {
Expand All @@ -166,7 +166,7 @@
slidesPerView: 1.4,
},
'2450': {
slidesPerView: 1,
slidesPerView: 1.2,
},
}"
:spaceBetween="20"
Expand Down

0 comments on commit 008178c

Please sign in to comment.