Skip to content

Instantly share code, notes, and snippets.

@micahwave
Created July 24, 2012 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save micahwave/3172454 to your computer and use it in GitHub Desktop.
Save micahwave/3172454 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',
'951' => 'xl 1x, xxl 2x',
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment