|
@@ -13,7 +13,7 @@
|
|
</video>
|
|
</video>
|
|
{{ else if (strings.HasSuffix . ".mp4" ) }}
|
|
{{ else if (strings.HasSuffix . ".mp4" ) }}
|
|
<video class="showcaseElement cover" style='display:{{ if not $index }} block {{else}} none {{end}} ' autoplay loop muted class="cover">
|
|
<video class="showcaseElement cover" style='display:{{ if not $index }} block {{else}} none {{end}} ' autoplay loop muted class="cover">
|
|
- <source lazy="true" lazy-src=" {{ safeURL .}}" type="video/mp4">
|
|
|
|
|
|
+ <source lazy="true" lazy-src="{{ safeURL .}}" type="video/mp4">
|
|
</video>
|
|
</video>
|
|
{{ else }}
|
|
{{ else }}
|
|
<div class="showcaseElement" style='display:{{ if not $index }} block {{else}} none {{end}} ' >
|
|
<div class="showcaseElement" style='display:{{ if not $index }} block {{else}} none {{end}} ' >
|