Skip to content

Instantly share code, notes, and snippets.

@tyssen
Created July 19, 2011 12:56
Show Gist options
  • Save tyssen/1092209 to your computer and use it in GitHub Desktop.
Save tyssen/1092209 to your computer and use it in GitHub Desktop.
Responsive images with ExpressionEngine template code
{exp:ce_img:pair src="{image}" max="{global:img_width}"}
{if global:img_width!=""}<a href="{image}">{/if}
<img src="{if global:img_width!=""}{made}{if:else}{image}{/if}" alt="">
{if global:img_width!=""}</a>{/if}
{/exp:ce_img:pair}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment