解决iOS不支持background-attachment: fixed

学陌 解决ios

发布时间:2021-03-19阅读(2884)


iOS不支持background-attachment: fixed 背景图片固定,造成背景图片放大并模糊不清。

解决iOS不支持background-attachment: fixed


iOS不支持background-attachment: fixed 背景图片固定,造成背景图片放大并模糊不清。


解决的办法:

@supports (-webkit-touch-callout: inherit) {
	.bg {
		background-attachment: scroll !important;
	}
}


但该方法只解决了图像放大并模糊不清问题,并无固定视差效果。


经测试安卓上很多国产浏览器也同样不支持background-attachment: fixed,手机版本火狐和Chrome支持。


出处:https://stackoverflow.com/questions/20443574/fixed-background-image-with-ios7


打赏 喜欢(24)
收藏 举报 分享
广告
发表评论
1条评论
首页 问题 发布 文章 话题