|
|
@@ -44,7 +44,7 @@ |
|
|
|
<div class="col-lg-4 shuffle-item" |
|
|
|
data-groups="[{{range $index, $element:= .categories }}{{if ne $index 0}},{{end}}"{{. | urlize}}"{{ end }}]"> |
|
|
|
<div class="portfolio-block mb-4"> |
|
|
|
<img class="img-fluid lozad" data-src="{{ .image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .image | absURL }}'" alt="{{ .name }}"> |
|
|
|
<img class="img-fluid" src="{{ .image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .image | absURL }}'" alt="{{ .name }}"> |
|
|
|
<div class="caption"> |
|
|
|
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="{{ .image | relURL }}" |
|
|
|
data-lightbox="image-1"> |