www.byjp.me/layouts/partials/imgorvid.html
JP Hastings-Spital ee7d4d38f6 Syndication icons
2023-10-23 22:27:10 +01:00

11 lines
No EOL
511 B
HTML

<figure>
{{ if hasSuffix .src ".mp4" }}
<video controls loop class="u-video">
<source src="{{.src}}" type="video/mp4">
<img {{ if .searchmeta | default true }}data-pagefind-meta="image[src]" {{end}}src="{{ .src }}.jpg" />
(Your browser can't play videos. <a href="{{.src}}">Download instead</a>.)
</video>
{{ else }}
<img {{ if .searchmeta | default true }}data-pagefind-meta="image[src]" {{end}}src="{{ .src }}" class="u-photo photo" />
{{ end }}
</figure>