{% assign img_path = include.path | remove: '.jpg' | remove: '.jpeg' | remove: '.png' | remove: '.tiff' | remove: '.gif' %} {% assign parts = include.path | split: '.' %} {% assign ext = parts.last %}
{% if site.imagemagick.enabled %} {% unless include.avoid_scaling %} {% endunless %} {% endif %} {{ include.alt }} {% if include.caption %}
{{ include.caption }}
{% endif %}