Back to Zola

Resize Image Relative

docs/templates/shortcodes/resize_image_relative.html

0.22.1143 B
Original Source

{% set mdata = get_image_metadata(path=path) %} {% set image = resize_image(path=path, width=(mdata.width * scale)|int, op="fit_width") %}