Code to blur images
Don’t know what is coming but for those with PTSD, here is code to blur images:
>add to options -> themes
.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;
}
Baker, could we make notable or even a global announcement? Also useful for when skills drop gore.