Skip to content

Commit 9a13308

Browse files
committed
docs(examples): update each example height
1 parent 85c3c05 commit 9a13308

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/.vitepress/components/Example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const props = defineProps({
3333
},
3434
height: {
3535
type: [String, Number],
36-
default: 350,
36+
default: 260,
3737
},
3838
})
3939

docs/examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
## Vertical
1212

13-
<Example id="vue3-carousel-example-vertical" />
13+
<Example id="vue3-carousel-example-vertical" :height="475" />
1414

1515
## Breakpoints
1616

17-
<Example id="vue3-carousel-example-breakpoints" ></Example>
17+
<Example id="vue3-carousel-example-breakpoints" :height="300"></Example>
1818

1919
## Autoplay
2020

@@ -26,11 +26,11 @@
2626

2727
## Custom Navigation
2828

29-
<Example id="vue3-carousel-example-custom-navigation" />
29+
<Example id="vue3-carousel-example-custom-navigation" :height="310" />
3030

3131
## Gallery
3232

33-
<Example id="vue3-carousel-example-gallery" :height="500" />
33+
<Example id="vue3-carousel-example-gallery" :height="400" />
3434

3535
<script>
3636
import Example from './.vitepress/components/Example.vue';

0 commit comments

Comments
 (0)