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

点点圈 提交于 2019-12-11 04:28:15

问题


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?


回答1:


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?



来源:https://stackoverflow.com/questions/39055249/page-doesnt-scale-100-on-chrome-dev-tools-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!