Re: [css-d] Two Phones one problem

2015-02-16 Thread Crest Christopher
There is a bit of a conundrum. When I view the page using Chromes device emulation tools, specifically the Samsung Galaxy Tab 7.7,8.9,10.1. The page looks fine in landscape, horrible in portrait, viewing the page on my Lumia 1520 the page looks fine in portrait, horrible in landscape. Revers

Re: [css-d] Two Phones one problem

2015-02-16 Thread Karl DeSaulniers
Yes Chris, sorry. ... and (orientation: portrait) Was typing quickly. Best, Karl Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Feb 16, 2015, at 1:34 PM, Crest Christopher wrote: > @media (min-width:533px) and (orientation:landscape) ! > > Karl DeSaulniers wrote: >> >>

Re: [css-d] Two Phones one problem

2015-02-16 Thread Karl DeSaulniers
Did you set "portrait" or "landscape" on those media queries? Or are you going by pixels alone? @media screen and (max-height:600px) {} @media screen and (max-height:600px) and portrait {} These work somewhat differently. Best, Karl Sent from losPhone > On Feb 16, 2015, at 9:01 AM, Tom Livi

Re: [css-d] Two Phones one problem

2015-02-16 Thread Tom Livingston
Imo, unless the content suffers horribly at landscape, sounds like you could just move your breakpoint. You may be able to get away with no breakpoint until somewhere around 600px or em equivalent (recommended). On Mon, Feb 16, 2015 at 12:18 AM Crest Christopher < crestchristop...@gmail.com> wrot

Re: [css-d] Two Phones one problem

2015-02-16 Thread David Laakso
> I cannot help but feel that the current need, apparently experienced by > many, to attempt to cope with an exponentially increasing number of > smart'phone and tablet variants by writing ever-more-complex media queries, > is essentially analogous to the need to flagellate oneself with nettles, >

Re: [css-d] Two Phones one problem

2015-02-16 Thread Philip Taylor
David Laakso wrote: The specs for the screen size of the three phones you listed are: 1/ iPhone/4 3.5 inches corner-to-corner 2/ iPhone/5 4 inches corner-to-corner 3/ Nokia Lumina 1520 6 inches corner-to-corner Try revising your mq break-point to accommodate the wider Nokia Lumina screen?

Re: [css-d] Two Phones one problem

2015-02-16 Thread David Laakso
On Mon, Feb 16, 2015 at 12:18 AM, Crest Christopher wrote: > I've run into an odd problem with a MQ between two different phones that > have the same width when in landscape mode which is 480px. Those two phones > are iPhone 4 and my Lumia 1520, the page I'm working on looks, for the most > part,