[mod] increase sections pictures height, 400 was too small
This commit is contained in:
parent
4c32a80659
commit
b07a8eafe0
@ -5,7 +5,7 @@
|
||||
{{ helpers.copy_image(image) }}
|
||||
<div class="picture">
|
||||
<a href="{{ image }}">
|
||||
<img src="{{ helpers.generate_thumbnail(image, "x400") }}">
|
||||
<img src="{{ helpers.generate_thumbnail(image, "x600") }}">
|
||||
</a>
|
||||
</div>
|
||||
{% if not loop.last %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user