ray ☆彡's profile picture

Published by

published
updated

Category: Web, HTML, Tech

quick fix to un-blur blinkies

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;

blinkie blinkie  
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>


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )