79270040

Date: 2024-12-10 22:58:56
Score: 2
Natty:
Report link

I ran into the problem of translate3d producing low quality results when scaling images in a gallery. The solution for me was to use translateX(...) translateY(...) scale(...) instead of translate3d(...) scale(...). It results in high-quality scaled/transformed content. If you need to manipulate the Z axis too, I'm sure you can add translateZ(...) into the mix.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ddd