问题
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