You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm missing something but I was under the impression that it accepted standard HTML attributes. So, like a noob I'm trying to pass 'muted', 'autoplay', and 'controls' into the element. Is this even possible?
Thanks
The text was updated successfully, but these errors were encountered:
those are all attributes specific to media elements that might pop in, so we just need to pull them off of webtorrent element and stick them on media elements when they pop in.
Maybe I'm missing something but I was under the impression that it accepted standard HTML attributes. So, like a noob I'm trying to pass 'muted', 'autoplay', and 'controls' into the element. Is this even possible?
Thanks
The text was updated successfully, but these errors were encountered: