I got a PNG which I want to invert into white
This snippet works on all browsers i've testet but not on an iPhone
-webkit-filter: grayscale(1) invert(1) brightness(200%);
filter: grayscale(1);
Does anyone know a fix for that?
I got a PNG which I want to invert into white
This snippet works on all browsers i've testet but not on an iPhone
-webkit-filter: grayscale(1) invert(1) brightness(200%);
filter: grayscale(1);
Does anyone know a fix for that?