-
-
Save dcneiner/3172508 to your computer and use it in GitHub Desktop.
responsive img
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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