Anonymous ID: 0b2d73 July 11, 2020, 12:12 p.m. No.9929925   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>9929900

 

use this code to blur the images

 

 

.post-image {

opacity: .8; / Can be between .01 - 1 /

filter: blur(8.5px); / Can be 0 - 10+ /

transition: all 233ms;

}

 

.post-image:hover {

opacity: 1; / Can be between .01 - 1 /

filter: blur(.5px); / Can be 0 - 10+ /

transition: all 89ms;

}

 

put it in options>theme Top Right of Web Screen inside the window