AuthorTopic: Blurry Forum Images  (Read 2299 times)

Offline surt

  • 0011
  • **
  • Posts: 570
  • Karma: +0/-0
  • Meat by-product
    • not_surt
    • http://pixeljoint.com/p/2254.htm
    • View Profile
    • Uninhabitant

Blurry Forum Images

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?
« Last Edit: June 29, 2017, 06:43:00 am by surt »

Offline Crow

  • 0011
  • **
  • Posts: 647
  • Karma: +0/-0
  • Technicanimal
    • View Profile

Re: Blurry Forum Images

Reply #1 on: June 29, 2017, 09:48:06 am
Adjusted~
Discord: Ennea#9999

Offline surt

  • 0011
  • **
  • Posts: 570
  • Karma: +0/-0
  • Meat by-product
    • not_surt
    • http://pixeljoint.com/p/2254.htm
    • View Profile
    • Uninhabitant

Re: Blurry Forum Images

Reply #2 on: June 29, 2017, 09:49:17 am
Yay! :D