Reputation: 1316
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:
Is there anything that could be done to make page scale 100%, not leaving sides out of the browser width?
Upvotes: 1
Views: 1160
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