Skip to content

Commit

Permalink
Fixes jashkenas#1832 -- stretched images on retina mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 19, 2012
1 parent bec4130 commit e1a29bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 640px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px) {
img {
max-width: 290px;
max-width: 100%;
height: auto;
}
div#sidebar {
-webkit-overflow-scrolling: initial;
Expand Down

0 comments on commit e1a29bd

Please sign in to comment.