search

Home  >  Q&A  >  body text

html5 - H5图片模糊处理

-webkit-filter: blur(40px);
-moz-filter: blur(40px);
-o-filter: blur(40px);
-ms-filter: blur(40px);
filter: blur(40px)

结果在苹果5s上基本没有了,但是在6p上却模糊的不是很严重?为啥啊

怪我咯怪我咯2785 days ago1021

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 14:47:46

    It may have something to do with the size of your image. After all, px units are rarely used on mobile terminals

    I tried it

    The effect is almost the same, I still use px

    reply
    0
  • Cancelreply