{% if not op %} {% set op = "fill" -%} {% endif %} {% if not height %} {% set height = 450 -%} {% endif %} {% if not width %} {% set width = 600 -%} {% endif %} {% if page.colocated_path %} {% set image = resize_image(path=page.colocated_path ~ path, width=width, height=height, op=op) %} {% else %} {% set image = resize_image(path=path, width=width, height=height, op=op) %} {% endif %}