如何使用 javascript 将用户视图居中
我有一个网页,其背景图像(在某些分辨率下)超出了浏览器窗口的宽度。
相关网页的内容相对于背景图像居中,因此我希望网页的访问者的视图水平居中。
这可能吗?如果没有,我将如何动态裁剪背景图像以适应查看器的窗口大小?
I have a webpage with a background image that extends (in some resolutions) beyond the width of the browser's window.
The contents of the webpage in question are centered, relative to the background image, and so I would like that the visitors to the webpage would have their view horizontally centered aswell.
Is that possible? If not, how would I go with dynamically cropping the background image, to fit the window size of the viewer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
修改css:
转到
body{}
类并将其修改为:Modify the css:
Goto the
body{}
class and modify it as: