Skip to content

Commit 346ec1b

Browse files
committed
docs(VVideo): update links to assets
1 parent a5abe89 commit 346ec1b

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

packages/docs/src/examples/v-video/misc-in-card.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
color="orange"
1313
controls-transition="slide-y-transition"
1414
elevation="0"
15-
image="https://jsek.work/vt-video-poster.jpg"
15+
image="https://jsek.work/cdn/vt-video-poster.jpg"
1616
rounded="xl"
17-
src="https://jsek.work/vt-video.mp4"
17+
src="https://jsek.work/cdn/vt-video.mp4"
1818
width="100%"
1919
detached
2020
eager

packages/docs/src/examples/v-video/misc-mini.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
aspect-ratio="1"
66
color="blue"
77
controls-variant="mini"
8-
image="https://jsek.work/vt-sunflowers.jpg"
8+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
99
rounded="lg"
10-
src="https://jsek.work/vt-sunflowers.mp4"
10+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
1111
style="--v-video-controls-pill-border-radius: 8px"
1212
width="300"
1313
eager
@@ -28,9 +28,9 @@
2828
<v-video
2929
aspect-ratio="1"
3030
controls-variant="mini"
31-
image="https://jsek.work/vt-sunflowers.jpg"
31+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
3232
rounded="xl"
33-
src="https://jsek.work/vt-sunflowers.mp4"
33+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
3434
width="300"
3535
eager
3636
hide-overlay

packages/docs/src/examples/v-video/misc-tube.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
class="mx-auto"
66
controls-variant="tube"
77
density="comfortable"
8-
image="https://jsek.work/vt-video-poster.jpg"
8+
image="https://jsek.work/cdn/vt-video-poster.jpg"
99
max-width="450"
1010
rounded="lg"
11-
src="https://jsek.work/vt-video.mp4"
11+
src="https://jsek.work/cdn/vt-video.mp4"
1212
track-color="red"
1313
eager
1414
>

packages/docs/src/examples/v-video/prop-color.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
:start-at="10"
5252
:track-color="colors.track"
5353
class="mx-auto mb-3"
54-
image="https://jsek.work/vt-sunflowers.jpg"
54+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
5555
max-width="450"
56-
src="https://jsek.work/vt-sunflowers.mp4"
56+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
5757
eager
5858
muted
5959
no-fullscreen

packages/docs/src/examples/v-video/prop-density.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<v-video
55
:density="density"
66
height="150"
7-
image="https://jsek.work/vt-sunflowers.jpg"
7+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
88
rounded="lg"
9-
src="https://jsek.work/vt-sunflowers.mp4"
9+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
1010
start-at="10"
1111
volume="80"
1212
width="250"

packages/docs/src/examples/v-video/prop-image.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:image="posterUrl"
66
class="mx-auto mb-3"
77
max-width="450"
8-
src="https://jsek.work/vt-sunflowers.mp4"
8+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
99
muted
1010
@loaded="loaded = true"
1111
></v-video>
@@ -37,7 +37,7 @@
3737
const posterUrl = toRef(() => {
3838
return posterId.value
3939
? `https://picsum.photos/500/300?image=${posterId.value}`
40-
: 'https://jsek.work/vt-sunflowers.jpg'
40+
: 'https://jsek.work/cdn/vt-sunflowers.jpg'
4141
})
4242
</script>
4343

@@ -52,7 +52,7 @@
5252
posterUrl () {
5353
return this.posterId
5454
? `https://picsum.photos/500/300?image=${this.posterId}`
55-
: 'https://jsek.work/vt-sunflowers.jpg'
55+
: 'https://jsek.work/cdn/vt-sunflowers.jpg'
5656
},
5757
},
5858
methods: {

packages/docs/src/examples/v-video/prop-rounded.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
:start-at="10"
77
class="mx-auto"
88
height="260"
9-
image="https://jsek.work/vt-sunflowers.jpg"
9+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
1010
max-width="450"
11-
src="https://jsek.work/vt-sunflowers.mp4"
11+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
1212
eager
1313
floating
1414
muted

packages/docs/src/examples/v-video/prop-start-at.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<v-video
44
:start-at="10"
55
class="align-self-center"
6-
image="https://jsek.work/vt-sunflowers.jpg"
6+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
77
max-width="450"
8-
src="https://jsek.work/vt-sunflowers.mp4"
8+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
99
eager
1010
muted
1111
></v-video>

packages/docs/src/examples/v-video/slot-append-and-prepend.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<v-video
44
:start-at="10"
55
class="align-self-center"
6-
image="https://jsek.work/vt-sunflowers.jpg"
6+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
77
max-width="450"
8-
src="https://jsek.work/vt-sunflowers.mp4"
8+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
99
eager
1010
muted
1111
>

packages/docs/src/examples/v-video/slot-controls.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
class="mx-auto"
77
controls-variant="mini"
88
height="300"
9-
image="https://jsek.work/vt-sunflowers.jpg"
9+
image="https://jsek.work/cdn/vt-sunflowers.jpg"
1010
max-width="500"
1111
rounded="lg"
12-
src="https://jsek.work/vt-sunflowers.mp4"
12+
src="https://jsek.work/cdn/vt-sunflowers.mp4"
1313
eager
1414
hide-overlay
1515
pills

0 commit comments

Comments
 (0)