Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Eriku33 authored Jan 14, 2021
1 parent 470eafa commit a558e90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/image-hover-template.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div id="{{id}}" class="{{classes}}">
<img src={{img}} style="width:100%;"></img>
{{#if isImage}}
<img src={{url}} style="width:100%;"></img>
{{else}}
<video src={{url}} autoplay loop style="width:100%;"></video>
{{/if}}
</div>

0 comments on commit a558e90

Please sign in to comment.