citra-web/site/themes/citra-bs-theme/layouts/shortcodes/gifv.html
James Rowe 0dcfc5ba95 Feature Report: GLVTX (#77)
* Initial work on glvtx post

* Rough draft v2

* Add sidebyside layout. Add mp4 video support. Address review comments

* Update the graphic for GPU usage. Add a better break for the summary

* Add banner. Various small fixes. Removed GS section. Still no graphs >.<

* Address speeeeeling mistakes. Add missing graphs

* Update forum id
2018-03-10 12:03:45 -05:00

13 lines
358 B
HTML

<figure>
<video preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="">
<source src="{{ .Get "src" }}" type="video/mp4">
Your browser doesn't support mp4 video. :(
</video>
{{ with .Get "title" }}
<figcaption>
<h4>
{{ . }}
</h4>
</figcaption>
{{ end }}
</figure>