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?
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