Anonymous ID: 6f19d1 Oct. 25, 2020, 6:35 p.m. No.11279183   🗄️.is 🔗kun   >>9303 >>9435 >>9449

Thank You!

To the anon who gave us this code…

 

.post-image {

 

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

 

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

 

transition: all 233ms;

 

}

 

.post-image:hover {

 

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

 

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

 

transition: all 89ms;

 

}

 

.thread-image {

 

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

 

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

 

transition: all 233ms;

 

}

 

.thread-image:hover {

 

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

 

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

 

transition: all 89ms;

 

}

 

Add it to your themes to make all the images/thumbs fuzzy. Mouse over is half-fuzzy. Have to click it for the image to be clear. VERY NICE.