Skip to content

Commit

Permalink
thumbnail fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
profitware committed Apr 1, 2017
1 parent 67a8ffc commit 8e7a9ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion free-agent/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>{{PORTFOLIO}}</h2>
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="{{ SITEURL }}/images/portfolio/{{article.image}}" class="img-responsive" alt="">
<img src="{{ SITEURL }}/images/portfolio/{{article.thumbnail or article.image}}" class="img-responsive" alt="">
</a>
</div>
{% endfor %}
Expand Down
4 changes: 2 additions & 2 deletions sigal.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

make_thumbs = True
thumb_dir = 'thumbnails'
thumb_suffix = '.tn'
thumb_size = (200, 200)
# thumb_suffix = ''
thumb_size = (1024, 1024)
thumb_fit = True

# albums_sort_attr = 'name'
Expand Down

0 comments on commit 8e7a9ea

Please sign in to comment.