Anonymous ID: e3aaa6 July 28, 2018, 8:58 p.m. No.2333716   🗄️.is 🔗kun

>>2333665

Well I wondered because when I tried the checkboxes to block images with a hover option it didn't work right.

 

This is perfect, almost could even be the default for QReseach

Anonymous ID: e3aaa6 July 28, 2018, 9:28 p.m. No.2334019   🗄️.is 🔗kun   >>4115

>>2333946

 

.post-image {

opacity: .2;

transform: scale(.5);

filter: blur(5px);

transition: all 233ms;}

.post-image:hover {

opacity: 1;

transform: scale(1.0);

filter: blur(0px);

transition: all 233ms;}