mikeal / webtorrent-element

WebTorrent HTML element.
535 stars 24 forks source link

Element attributes #6

Open derekbtw opened 7 years ago

derekbtw commented 7 years ago

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

mikeal commented 7 years ago

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.