adobe / brackets.io

brackets.io website
111 stars 80 forks source link

Mediaqueries to speed up page loading on mobile devices #75

Closed marcelgerber closed 10 years ago

marcelgerber commented 10 years ago

This adds two new mediaqueries, which make the page load much faster on smartphones (and maybe tablets as well).

ingorichter commented 10 years ago

Assigned to @larz0. Would you mind having a quick look?

larz0 commented 10 years ago

Looks good, merging.

ingorichter commented 10 years ago

Hi, this looks a little bit weird on my Android phone: Was this intended? screenshot_2014-05-23-16-04-19

ingorichter commented 10 years ago

BTW: I'm using Chrome 35

marcelgerber commented 10 years ago

It works on my Android phone (Chrome 35) in both Landscape and Portrait mode... Are you still seeing it?

larz0 commented 10 years ago

@SAPlayer could it be due to @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) ?

marcelgerber commented 10 years ago

@larz0 Ah yes, you're right, could repro it with Screen emulation. Will fix it now.