'How to webkit filter blur use
How to -webkit-filter:blur(60px); work an ios?
.slider .swiper-slide.shadow1 .slidercontent:before
-webkit-filter: blur(60px);
-moz-filter: blur(60px);
-o-filter: blur(60px);
-ms-filter: blur(60px);
filter: blur(60px);}
Because when I use this class then ,this is not working in latest mobile Iphone 12/13 so any code available for this ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
