Skip to content

Commit

Permalink
Update gallery.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsHp authored Aug 24, 2023
1 parent 0159fb7 commit dada8be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<div class="container pt-6 pb-6">
<div class="row pt-6 pb-6">
{% for pic in site.gallery %}
<div class="col-12 col-md-12 mb-1 zoom-pic">
{% if pic.image_path %}
<img alt="{{ pic.title }}" class="img-fluid mb-2 card-img-top" src="{{ site.baseurl }}{{ pic.image_path }}"/>
{% endif %}
<!-- <div class="col-12 col-md-12 mb-1 zoom-pic"> -->
<div class="lazy background">
{% if pic.image_path %}
<img alt="{{ pic.title }}" class="img-fluid mb-2 card-img-top" src="{{ site.baseurl }}{{ pic.image_path }}"/> {% endif %}
</div>
{% endfor %}
</div>
</div>
</div>

0 comments on commit dada8be

Please sign in to comment.