Skip to content

Commit

Permalink
Remove black border
Browse files Browse the repository at this point in the history
  • Loading branch information
Eriku33 authored Feb 2, 2021
1 parent 957a7f6 commit 821cfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/image-hover-template.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="{{id}}" class="{{classes}}">
{{#if isVideo}}
<video src="{{url}}" autoplay loop style="width:100%; border : 0px"></video>
<video src="{{url}}" autoplay loop style="width:100%; border:0px"></video>
{{else}}
<img src="{{url}}" style="width:100%; border : 0px"></img>
<img src="{{url}}" style="width:100%; border:0px"></img>
{{/if}}
</div>

0 comments on commit 821cfb7

Please sign in to comment.