summaryrefslogtreecommitdiff
path: root/templates/blocks/galleryvideo.html
blob: 661337a9f6fc17463ed7859d0e6c9392295e184c (plain)
1
2
3
4
5
6
7
8
<div class="gallery-video">
	<video class="" controls preload="metadata">
		<source src="{{ this.url }}" type="video/mp4">
        Your browser does not support HTML5 video.
    </video>
    <h4>{{ this.caption }}</h4>
</div>