Created
October 27, 2014 21:04
-
-
Save aFarkas/465849da6c181cd40cfc to your computer and use it in GitHub Desktop.
maxdpr
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
<!- | |
2x device and viewport 1000px: 2000.jpg (i.e.: 2dpr res) | |
3x device and viewport 1000px: 2000.jpg (i.e.: 2dpr res) <- constrained | |
3x device and viewport 1500px: 3000.jpg (i.e.: 2dpr res) <- constrained | |
-> | |
<img srcset="500.jpg 500w, 1000.jpg 1000w, 1500.jpg 1500w, 2000.jpg 2000w, 3000jpg 3000w, 4000jpg 4000w" maxdpr="2" sizes="100vw" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment