To use it, change this : - type: pictures-group images: - - image1.jpg - image2.jpg - - image3.jpg - image4.jpg To this : - type: pictures-group images: - - name: image1.jpg quality: 80 - image2.jpg - - image3.jpg - name: image4.jpg quality: 100 Next step would be to compress pictures instead of just copying them to reduce their size Signed-off-by: CapsLock <faimaison@legeox.net>
7 lines
227 B
HTML
7 lines
227 B
HTML
{{ helpers.copy_image(section.image) }}
|
|
<section class="bordered-picture baguette">
|
|
<a href="{{ helpers.get_image_name(section.image) }}">
|
|
<img src="{{ helpers.get_image_name(section.image) }}">
|
|
</a>
|
|
</section>
|