标签: android html css background background-image
当我在移动视频中使用固定背景时,我的背景失真很奇怪。
代码:
<style type="text/css"> body{background:url(1.jpg) fixed;} </style> <meta name=viewport content="width=device-width, initial-scale=1">
结果:
我在android 6手机中使用chrome。
任何人都知道如何解决这个问题?我真的想用固定的重复背景:)