Skip to content

Commit 9a0d5f1

Browse files
authored
Merge pull request #23 from ediogodias/pass-object-fit-prop
Pass over object fit prop
2 parents 024718a + a159d5b commit 9a0d5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VideoBackground.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
:plays-when="playsWhen"
1818
:playback-rate="playbackRate"
1919
:transition="transition"
20+
:object-fit="objectFit"
2021
@ready="playVideo"
2122
@playing="$emit('playing')"
2223
@error="$emit('error')"

0 commit comments

Comments
 (0)