Skip to content

Commit b59a87f

Browse files
committed
Update VPSwiper
1 parent f847fae commit b59a87f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/clients/ios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Click `Add Server` and you are done!
4545
base-url="https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/ios-client/docs"
4646
:number-of-slides="7"
4747
:breakpoints="{ 1096: { slidesPerView: 3 } }"
48-
:pagination="{ type: 'fraction' }"
48+
:pagination="{ clickable: true }"
4949
effect="coverflow"
5050
:coverflow-effect="{ slideShadows: false }"
51+
height="496px"
5152
/>

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"prettier": "npx prettier --check ."
77
},
88
"dependencies": {
9-
"@cssnr/vitepress-swiper": "^0.0.2",
9+
"@cssnr/vitepress-swiper": "^0.0.3",
1010
"vitepress": "^1.6.4"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)