Chrome Developer Tools Cut Off Page When Changing Screen Width

吃可爱长大的小学妹 提交于 2021-01-05 13:14:52

问题


When inspecting my webpage and trying to resize the screen width for responsive designing it begins to cut my website on anything lower than about 1340px. See link for photo.Screen Width In Chrome Developer Tools Not Working


回答1:


I think this may help you https://www.w3schools.com/css/css_rwd_mediaqueries.asp you need to create different styles for each resolutions im not sure if you done it already but this should help you

in that's how i make my projects responsive

you may need to make a new background image with each new screen size but that is easy just download gimp and resize the image make sure that you resize it in a way that it doesn't stretch



来源:https://stackoverflow.com/questions/60678329/chrome-developer-tools-cut-off-page-when-changing-screen-width

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