1
0
Fork 0
ejv2.cc/layouts/shortcodes/video.html

2 lines
119 B
HTML
Raw Permalink Normal View History

<video src="{{.Get "src" | absURL}}" {{if .Get "controls"}}controls{{end}} width=750 style="max-width: 100%;"></video>