diff options
Diffstat (limited to 'templates/blocks/galleryvideo.html')
-rw-r--r-- | templates/blocks/galleryvideo.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/blocks/galleryvideo.html b/templates/blocks/galleryvideo.html new file mode 100644 index 0000000..661337a --- /dev/null +++ b/templates/blocks/galleryvideo.html @@ -0,0 +1,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> + |