Tadas Stasiulionis
Tadas Stasiulionis

Reputation: 1316

Page doesn't scale 100% on Chrome Dev Tools devices

The page done on bootstrap seems to be not scaling 100% on google chrome dev tools devices mode, regarding the responsive design.

It seems to leave couple pixels on each side.

The meta tag is <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">, same without "shrink-to-fit=no".

I include the image below:

enter image description here

Is there anything that could be done to make page scale 100%, not leaving sides out of the browser width?

Upvotes: 1

Views: 1160

Answers (1)

rajarshig
rajarshig

Reputation: 99

Most likely your html code is not per Bootstrap way of organizing with container and row classes. Can you share the html code you are using for the said page?

Upvotes: 1

Related Questions