-
-
Save Yvelious/1d4d4eeb8b51bb22e23a to your computer and use it in GitHub Desktop.
Revisions
-
marcedwards revised this gist
Jan 13, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,9 @@ /* 2× version of your images. If you'd like to supply */ /* finer increments, other thresholds might be appropriate. */ /* */ /* A test for CSS pixel densites can be found here: */ /* http://bjango.com/articles/min-device-pixel-ratio/ */ /* */ /* @marcedwards from @bjango */ /* */ /* ---------------------------------------------------------- */ -
marcedwards revised this gist
Jan 13, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,8 @@ /* - Retina iOS devices */ /* - Retina Macs running Safari */ /* - High DPI Windows PCs running IE 8 and above */ /* - Low DPI Windows PCs running IE, zoomed in */ /* - Low DPI Windows PCs and Macs running Firefox, zoomed in */ /* - Android hdpi devices and above */ /* - Android tvdpi devices, including Google Nexus 7 */ /* - Chrome running on high DPI Macs and PCs */ -
marcedwards revised this gist
Nov 19, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,8 +19,7 @@ /* */ /* ---------------------------------------------------------- */ @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { -
marcedwards revised this gist
Aug 30, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,9 +19,9 @@ /* */ /* ---------------------------------------------------------- */ @media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { /* Your code to swap higher DPI images */ -
marcedwards revised this gist
Aug 30, 2012 . 1 changed file with 22 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,24 +1,26 @@ /* ---------------------------------------------------------- */ /* */ /* A media query that captures: */ /* */ /* - Retina iOS devices */ /* - Retina Macs running Safari */ /* - High DPI Windows PCs running IE 8 and above */ /* - Low DPI Windows PCs with IE zoomed in */ /* - Android hdpi devices and above */ /* - Android tvdpi devices, including Google Nexus 7 */ /* - Chrome running on high DPI Macs and PCs */ /* - Opera running on high DPI Macs, PCs and mobile devices */ /* */ /* Please note that that this code assumes you'll swap a */ /* 2× version of your images. If you'd like to supply */ /* finer increments, other thresholds might be appropriate. */ /* */ /* @marcedwards from @bjango */ /* */ /* ---------------------------------------------------------- */ @media only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) { -
marcedwards revised this gist
Aug 30, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) { /* Your code to swap higher DPI images */ } -
marcedwards revised this gist
Aug 25, 2012 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -18,10 +18,9 @@ /* */ /* -------------------------------------------------------- */ @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), { /* Your code to swap higher DPI images */ } -
marcedwards revised this gist
Aug 25, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -24,5 +24,4 @@ only screen and (min-resolution: 120dpi), { /* Your code to swap higher DPI images */ } -
marcedwards revised this gist
Aug 24, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ /* */ /* Please note that that this code assumes you'll swap a */ /* 2× version of your images. If you'd like to supply */ /* finer increments, other thresholds might be appropriate. */ /* */ /* @marcedwards from @bjango */ /* */ -
marcedwards revised this gist
Aug 24, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,7 @@ /* - Retina iOS devices */ /* - Retina Macs running Safari */ /* - High DPI Windows PCs running IE 8 and above */ /* - Low DPI Windows PCs with IE zoomed in */ /* - Android hdpi devices and above */ /* - Android tvdpi devices, including Google Nexus 7 */ /* - Chrome running on high DPI Macs and PCs */ -
marcedwards created this gist
Aug 24, 2012 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ /* -------------------------------------------------------- */ /* */ /* A media query that captures: */ /* */ /* - Retina iOS devices */ /* - Retina Macs running Safari */ /* - High DPI Windows PCs running IE 8 and above */ /* - Android hdpi devices and above */ /* - Android tvdpi devices, including Google Nexus 7 */ /* - Chrome running on high DPI Macs and PCs */ /* */ /* Please note that that this code assumes you'll swap a */ /* 2× version of your images. If you'd like to supply */ /* finer increments, other thresholds might be appropriate */ /* */ /* @marcedwards from @bjango */ /* */ /* -------------------------------------------------------- */ @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), { /* Your code to swap higher DPI images */ } }