Skip to content

Commit

Permalink
Try smaller images
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveek-Saha committed Oct 22, 2020
1 parent a060738 commit 0c9c7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/portfolio_grid.html
Expand Up @@ -11,7 +11,7 @@ <h2>Projects</h2>
<div class="row">
{% for post in site.posts %}
{% if post.modal-id > 5 %}
<div class="col-sm-2 col-md-2 col-lg-2 portfolio-item">
<div class="col-sm-6 col-md-2 col-lg-2 portfolio-item">
<a href="#portfolioModal-{{ post.modal-id }}" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
Expand All @@ -20,7 +20,7 @@ <h5>{{ post.title }}</h5>
</div>
</div>
<img src="https://ik.imagekit.io/1fftjx8hoa/img/portfolio/{{ post.img }}" class="img-responsive lazyload" alt="{{ post.alt }}"
style="display:block; margin:auto; width: 50%; height: 50%;">
style="display:block; margin:auto; width: 70%; height: 70%;">
</a>
</div>
{% endif %}
Expand Down

0 comments on commit 0c9c7d1

Please sign in to comment.