mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-29 07:34:24 +01:00
Compare commits
2 commits
03abdc730f
...
286023d348
Author | SHA1 | Date | |
---|---|---|---|
286023d348 | |||
97c8404d54 |
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
{{ else }}
|
||||
<a class="item item-center image-popup-gallery" data-mfp-src="{{ $image.RelPermalink }}">
|
||||
<img class="img-fluid AC-img" data-lazy="{{ $thumb.RelPermalink }}" onerror='this.onerror=null,this.src="{{ $thumb.RelPermalink }}"' alt="{{ .name }}" title="{{ .name }}">
|
||||
<img class="img-fluid AC-img" data-lazy="{{ $thumb.RelPermalink }}" onerror='this.onerror=null,this.src="{{ $thumb.RelPermalink }}"' alt="{{ .name }}" title="{{ .name }}">
|
||||
</a>
|
||||
|
||||
{{ end }}
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
{{- $original := resources.Get .image -}}
|
||||
{{ $thumb := $original.Fit "512x512" }}
|
||||
{{ $image := $original.Fit "1080x1080" }}
|
||||
<div class="item col-sm-4 col-lg-3 my-2">
|
||||
<div class="col-sm-4 col-lg-3 my-2">
|
||||
<a class="card bg-transparent" href="{{ $image.RelPermalink }}" data-lightbox="{{ $category }}" data-title="{{ .name }}">
|
||||
<img class="card-img" src="{{ $thumb.RelPermalink }}" alt="">
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue