Back to Zola

High Res Image

docs/templates/shortcodes/high_res_image.html

0.22.1205 B
Original Source

{% set mdata = get_image_metadata(path=path) %} {% set w = (mdata.width / 2) | int %} {% set h = (mdata.height / 2) | int %} {% set image = resize_image(path=path, width=w, height=h, op="fit_width") %}