Quote:
Originally Posted by
Jules
This doesn't jive with the tecs..
There should be two different figures one for each - Landscape and portrait
Can you please look into the browser settings (what browser is it?) and see if you have landscape locked out or are in some sort of mobile view only option?
Stock Android 4.4.2, last update of Google Chrome. It still shows the same 980 value in both views, even if I enable "Request desktop site". I've also tried locking the portrait and the landscape view and it behaves in the same way.
I've done a search on this and it might be actually a jquery bug, from what I came up with. Adding the following meta data to your temp.html solves the issue. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
I've tried it on
www.bendermasteringstudio.com/temp.html and it now shows 600 on portrait and 960 on landscape. Hope that helps.