REPORT FILTER CONTINUE
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;}