Pixelation

General => General Discussion => Topic started by: surt on June 29, 2017, 06:41:17 am

Title: Blurry Forum Images
Post by: surt on June 29, 2017, 06:41:17 am
Recently upgraded to a 4K monitor, so I'm viewing pixely sites at 200% zoom.
Problem is most images on Pixelation don't scale nice and pixely, but nasty and interpolatey.
User posted images are fine, but title image, header thumbs, menu bar icons, smileys, avatars, etc. are not.

User posted images have the following relevant CSS properties:
Code: [Select]
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated; /* this is the proper one nowadays */
-ms-interpolation-mode: nearest-neighbor;

Most other images only have the following relevant CSS properties:
Code: [Select]
image-rendering: -webkit-crisp-edges;
image-rendering: -webkit-pixelated;

Could someone with the power to do so fix this?
Title: Re: Blurry Forum Images
Post by: Crow on June 29, 2017, 09:48:06 am
Adjusted~
Title: Re: Blurry Forum Images
Post by: surt on June 29, 2017, 09:49:17 am
Yay! :D