Skip to content

Instantly share code, notes, and snippets.

@gjhead
Last active March 10, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjhead/e5b03ab902bec22efb6c728de0de3428 to your computer and use it in GitHub Desktop.
Save gjhead/e5b03ab902bec22efb6c728de0de3428 to your computer and use it in GitHub Desktop.
craft cms - can't do max-width for transforms so you need to check it before the transform.
{% if asset.width > asset.getWidth('detail') %}
{% do asset.setTransform('detail') %}
{% endif %}
<img src="{{ asset.url }}" alt="{{ asset.title }}">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment