Anonymous ID: 087822 Jan. 30, 2021, 8:57 a.m. No.12767749   🗄️.is 🔗kun   >>7761

REPORT FILTER CONTINUE

>>12767701

 

 

Anons, add this code to your theme to blur images.

 

/ Add a blur and opacity change to images that fades-to-normal when moused over /.post-image {opacity: .5; / Can be between .01 - 1 /filter: blur(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;}