Skip to content

Commit ba9379e

Browse files
committed
Update Swiper Params
1 parent f262519 commit ba9379e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/clients/android.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Click `Add Server` and you are done!
3838
base-url="https://raw.githubusercontent.com/smashedr/repo-images/refs/heads/master/django-files/android/screenshots"
3939
:number-of-slides="18"
4040
:breakpoints="{ 1096: { slidesPerView: 3 } }"
41-
:pagination="{ clickable: true, type: 'fraction' }"
41+
:pagination="{ type: 'fraction' }"
4242
effect="coverflow"
43+
:coverflow-effect="{ slideShadows: false }"
4344
/>

docs/clients/browser.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ Alternatively you can copy and paste your URL and Token into the Settings.
4444
<VPSwiper
4545
base-url="https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/web-extension/docs"
4646
:number-of-slides="6"
47-
:pagination="{ clickable: true, type: 'fraction' }"
48-
effect="coverflow"
47+
:pagination="{ clickable: true }"
4948
/>

docs/clients/ios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Click `Add Server` and you are done!
3333
base-url="https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/ios-client/docs"
3434
:number-of-slides="7"
3535
:breakpoints="{ 1096: { slidesPerView: 3 } }"
36-
:pagination="{ clickable: true, type: 'fraction' }"
36+
:pagination="{ type: 'fraction' }"
3737
effect="coverflow"
38+
:coverflow-effect="{ slideShadows: false }"
3839
/>

docs/guides/features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ Missing a feature? Submit a [Feature Request](https://github.com/django-files/dj
4747
base-url="https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs"
4848
:number-of-slides="18"
4949
height="396px"
50-
:pagination="{ clickable: true, type: 'fraction' }"
51-
effect="coverflow"
50+
:pagination="{ type: 'fraction' }"
5251
/>

0 commit comments

Comments
 (0)