Add html attributes to video tag

I need to add the playsinline attribute to the video player <video> element.

What is the proper way to target and override the element to become <video src="..." preload="auto" controls loop playsinline></video>

Hi @chadwhitaker :wave: thanks for reaching out with this question!

Currently, this is not feasible with our Video component; due to it being sandboxed, the element is not able to be modified. That said, if you post this within the Feature Request category, it'll help with our prioritization and planning for this functionality!

In the meantime, a potential workaround, you may want to consider utilizing a custom component to modify the element as needed 😄