do you find that your blinkies and stamps sometimes blur a shit ton?? here is a simple fix to stop that from happening!
quick show of the improvement;
note:
this will effect all images on your profile, if you wish to
remove it from specific images, you will need to find the selector for
that image/s and make image-rendering: unset!important;
code:
<style>
img {
image-rendering: crisp-edges;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )