So can Codemonkey make this a one click option with an easy checkbox?
Manson's daughter
Heard that the streets right off the French Quarter are rough and dangerous.
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
.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;}