Skip to content

Instantly share code, notes, and snippets.

@tyssen
Created March 12, 2014 00:27
Show Gist options
  • Save tyssen/9498146 to your computer and use it in GitHub Desktop.
Save tyssen/9498146 to your computer and use it in GitHub Desktop.
RESS with CE Image
{if ress>768}
{exp:ce_img:pair src="{image}" max_width="768"}
<img src="{made}" width="{width}" height="{height}" alt="">
{/exp:ce_img:pair}
{/if}
{if ress<=768}
{exp:ce_img:pair src="{image}" max_width="{ress}"}
<img src="{made}" width="{width}" height="{height}" alt="">
{/exp:ce_img:pair}
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment