We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69937e5 commit 7e1686dCopy full SHA for 7e1686d
README.md
@@ -80,11 +80,11 @@ props: {
80
type: Boolean,
81
default: () => false
82
},
83
- cover: { // should the video cover within it's container (useful for backgrounds)
+ cover: { // should the video cover within it's container (useful for backgrounds; cannot be used with 'square' prop)
84
85
86
87
- square: { // should the video be centered vertically in a square container
+ square: { // should the video be centered vertically in a square container (cannot be used with 'cover' prop)
88
89
90
0 commit comments