Skip to content

Instantly share code, notes, and snippets.

@dcneiner
Forked from micahwave/gist:3172454
Created July 24, 2012 20:37
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 dcneiner/3172508 to your computer and use it in GitHub Desktop.
Save dcneiner/3172508 to your computer and use it in GitHub Desktop.
responsive img
time_the_post_thumbnail( 'l', array(
'breakpoints' => array(
'0' => 'm 1x, l 2x',
'476' => 'l 1x, xxl 2x',
'740' => 'xl 1x, xxl 2x',
'951' => 'l 1x, xxl 2x'
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment