noodlapp / noodl

Noodl is a low code platform for creating full stack web applications
https://noodl.net
GNU General Public License v3.0
281 stars 69 forks source link

Video Tag Attributes Not Being Passed #39

Open DmitriyLeybel opened 4 months ago

DmitriyLeybel commented 4 months ago

In troubleshooting why my videos weren't autoplaying, I found that the noodl video node isn't passing along some of the attributes specified in the sidebar.

Here is my sidebar setup for the video node: image

And here is the resulting HTML(on the bottom) I've inspected in dev tools alongside a custom HTML element(on the top) I had to create. image

erictuvesson commented 3 months ago

What attributes are you missing? Looks like all the attributes are there?

DmitriyLeybel commented 3 months ago

What attributes are you missing? Looks like all the attributes are there?

Muted isn't being passed, and so autoplay cannot work in the browser.