-1

i am making a new portfolio for myself and i want it to work across all platforms..

i have got it working on desktop, mobile portrait, ipad portrait and ipad landscape, all with different media queries set up..

however when i load the page on my android in landscape it does this : * loads up the desktop version * zooms right in rather than fitting to the screen

i would really want the phone landscape to load up the tablet landscape view as the screen sizes would be similar, but everything ive tried has no effect on it at all..

can check my code over at: www.stuffmadeby.me/test

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
FoamyMedia
  • 486
  • 3
  • 14
  • 32

1 Answers1

0

By checking your code, the only media-query for landscape is (min-width:768px) and (max-width:1024px), are you sure the width of your android device isn't to small or too big ?

Calvein
  • 2,111
  • 13
  • 28