Minor tweak to notifications for GIFs

face-detect
Noah Petherbridge 2023-06-25 23:12:44 -07:00
parent 7aa2310a6d
commit a0384e0d39
1 changed files with 5 additions and 0 deletions

View File

@ -416,6 +416,11 @@
<video autoplay loop controls>
<source src="{{PhotoURL $Body.Photo.Filename}}" type="video/mp4">
</video>
<div>
<a href="/photo/view?id={{$Body.Photo.ID}}" class="is-size-7">
<i class="fa fa-arrow-right"></i> View GIF
</a>
</div>
{{else}}
<a href="/photo/view?id={{$Body.Photo.ID}}">
<img src="{{PhotoURL $Body.Photo.Filename}}">