iphone - Fitting a 480 pixel layout to a 320 pixel viewport -


i'm using dreamweaver's fluid grid layout system. while i've been able create 3 designs (desktop/tablet/mobile), dreamweaver uses mobile viewport @ 480 pixels wide. however, on iphones, viewport 320 pixels wide, part of design gets cut off on right side.

is there metatag shrink/scale 480 pixel design down fit 320 pixels, without affecting tablet or desktop display?

thank you!

this solution question:

<meta name="viewport" content="width=480, user-scalable=no" /> 

it sets width of content 480px , lets browser find right scale.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -