Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为所有屏幕(如台式机、笔记本电脑等)设置屏幕分辨率。在视差运动中。我目前正在开发视差网站。我在为所有屏幕设置屏幕分辨率时遇到问题。我想在背景中放置几张图像。每张图片的宽度为 5212px。
您想将图像的宽度设置为百分比而不是宽度。例如,如果您将宽度设置为 100% 而不是 5212px,那么无论您放大或缩小多少并调整窗口大小,图像将始终为窗口大小的 100%。