Skip to content

Commit 7e1686d

Browse files
author
Chris Hurlburt
committed
documenting square/cover conflict
1 parent 69937e5 commit 7e1686d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ props: {
8080
type: Boolean,
8181
default: () => false
8282
},
83-
cover: { // should the video cover within it's container (useful for backgrounds)
83+
cover: { // should the video cover within it's container (useful for backgrounds; cannot be used with 'square' prop)
8484
type: Boolean,
8585
default: () => false
8686
},
87-
square: { // should the video be centered vertically in a square container
87+
square: { // should the video be centered vertically in a square container (cannot be used with 'cover' prop)
8888
type: Boolean,
8989
default: () => false
9090
},

0 commit comments

Comments
 (0)