Video tag in HTML renderer doesn’t work on the web

Dear All, In the past, on AppGyver, I remember being able to somehow play videos with the <video> tag in the”Html Renderer (beta)” component, it’s so simple, but it’s not working on the web.

When I add the tag it doesn’t seem to be able to read it:

Pedrofarias_1-1722525886641.png
Pedrofarias_0-1722525702143.png

<source src="/Videos/video.mp4" type="video/mp4"/> 
<video autoplay><source src="url.mp4" type="video/mp4"></video>

 

Scroll to Top