Skip to content

Commit a8c5060

Browse files
Fix width of video preview in panel
1 parent b769aef commit a8c5060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/VideoEmbed.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ const video = computed(() => props.content.video[0])
4545
row-gap: 0.75rem;
4646
}
4747
48+
.video-container > figure > video {
49+
width: 100%;
50+
}
51+
4852
.video-caption {
4953
color: #777777;
5054
}

0 commit comments

Comments
 (0)