Skip to content

Instantly share code, notes, and snippets.

@dcneiner
Forked from micahwave/gist:3172454
Created July 24, 2012 20:37
Show Gist options
  • Select an option

  • Save dcneiner/3172508 to your computer and use it in GitHub Desktop.

Select an option

Save dcneiner/3172508 to your computer and use it in GitHub Desktop.

Revisions

  1. dcneiner revised this gist Jul 24, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.aw
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@ time_the_post_thumbnail( 'l', array(
    'breakpoints' => array(
    '0' => 'm 1x, l 2x',
    '476' => 'l 1x, xxl 2x',
    '951' => 'xl 1x, xxl 2x',
    '740' => 'xl 1x, xxl 2x',
    '951' => 'l 1x, xxl 2x'
    )
    ));
  2. @micahwave micahwave created this gist Jul 24, 2012.
    7 changes: 7 additions & 0 deletions gistfile1.aw
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    time_the_post_thumbnail( 'l', array(
    'breakpoints' => array(
    '0' => 'm 1x, l 2x',
    '476' => 'l 1x, xxl 2x',
    '951' => 'xl 1x, xxl 2x',
    )
    ));