Skip to content

Commit

Permalink
build: Temporary debugging comments to track down this thumbnail issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Nov 11, 2024
1 parent 58dcdf5 commit ab132b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion essays/templates/essays/forensic_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h1>{{ page.title }}</h1>
{% if page.gallery_images %}
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
{% for item in page.gallery_images.all %}
<!-- Image: {{ item.image.id }} -->
{% image item.image width-1200 as item_large_img %}
{% image item.image fill-400x300 as item_thumb %}
<div class="relative overflow-hidden cursor-pointer"
Expand Down Expand Up @@ -68,4 +69,4 @@ <h1>{{ page.title }}</h1>
</div>
</div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit ab132b8

Please sign in to comment.