Hi @all,
how can i code a tag helper for HTML5 video, that's my code. The Problem i have is the source:
Thx
{{ tag_html("video", ["class": "bgvid", "autoplay" : "autoplay" , "loop" : "true"], false, true, true) }}
{{ tag_html("source", ["vids/home.mp4","type": "video/mp4"]) }}
{{ tag_html_close("source") }}
{{ tag_html_close("video") }}