html - Having Bootstrap to show the whole page instead of zooming it on a mobile device? -
i'm using bootstrap website , notice when view layout on mobile device, mobile's web browser automatically zooms in particular top left corner portion of webpage. want browser show whole webpage @ start instead of zooming top left corner. showing whole webpage (albeit may little small in size) default behaviour when don't use bootstrap.
is possible bootstrap show whole webpage instead of zooming in page when first entering on mobile device?
this has viewport being set. assuming webpage standard size, can use:
<meta name="viewport" content="width=1024">
make sure place in head of page - or replace 1 there.
Comments
Post a Comment