CSS background-blend-mode not working on Samsung S9

你。 提交于 2019-12-24 14:34:06

问题


Using ´background-blend-mode´, it works on most mobile devices and browsers, but on the Samsung S9 it doesn't.

S9:

Others:

My CSS code:

  .home-section-hero {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-blend-mode: multiply;
  }

来源:https://stackoverflow.com/questions/55500046/css-background-blend-mode-not-working-on-samsung-s9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!