-
Notifications
You must be signed in to change notification settings - Fork 979
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
init with video element #52
Comments
Thanks for pointing that out. I have that on my todo-list for ages now, but it haven't had much priority yet. That's going to change and I'll try to come up with a solution that suits most users. My idea is, to include the element to the |
Yes, exactly. So it would be caller's responsibility to layout and style elements and pass them to library. |
Fixed by #89 |
Would be it possible add init variation that takes video element as one argument, e.g. initWithVideo : function(config, cb, video)?
Current implementation queries #interactive.viewport from document and further video, which doesn't work with Shadow DOM (web components).
I would nice to utilise this great library to implement e.g. Polymer element.
The text was updated successfully, but these errors were encountered: