Browse Source

Revert lozad for portfolio (refresh categories javascript problem)

tags/v1.0.0
Didier GEORGIEFF 4 years ago
parent
commit
45092200dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/portfolio.html

+ 1
- 1
layouts/partials/portfolio.html View File

@@ -44,7 +44,7 @@
<div class="col-lg-4 shuffle-item"
data-groups="[{{range $index, $element:= .categories }}{{if ne $index 0}},{{end}}&quot;{{. | urlize}}&quot;{{ 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">

Loading…
Cancel
Save