[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) }}
|
{{ helpers.copy_image(image) }}
|
||||||
<div class="picture">
|
<div class="picture">
|
||||||
<a href="{{ image }}">
|
<a href="{{ image }}">
|
||||||
<img src="{{ helpers.generate_thumbnail(image, "x400") }}">
|
<img src="{{ helpers.generate_thumbnail(image, "x600") }}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user