-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds poster image option to video widget #1469
Conversation
Job #509: Bundle Size — 11.06MB (0%).Changed assets by type (0/7)
|
85b8b0b
to
e2c9aec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change (and including the doc update!). One small question:
@@ -6,7 +6,8 @@ | |||
:stunServer="config.stunServer" | |||
:candidatesTimeout="config.candidatesTimeout" | |||
:startManually="config.startManually" | |||
:hideControls="config.hideControls" /> | |||
:hideControls="config.hideControls" | |||
:posterURL="config.posterURL" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't you need to add this to the <oh-video-videojs>
alternative below too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦 Good catch, i somehow lost that in a refactor. Fixed.
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
a208f1a
to
21d8d27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Signed-off-by: Dan Cunningham dan@digitaldan.com