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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -