Topics that have been addressed/noted or solved already. Please search in here before making a new topic!

[Solved] Avatars pixellated when flipped

[Solved] Avatars pixellated when flipped

Postby Akuyi » Thu Jun 16, 2016 6:37 am

This has been an issue for me ever since I joined. Avatars look very fluent for me in the side bar and if they are on the right side of a forum post, but avatars that are flipped horizontally, like on the left side of forum posts, are always very pixellated. :neutral:

It happens on both Firefox and Chrome.

Image

User avatar


Local time: Sat Apr 05, 2025 8:04 pm



Questing with my trusty steed Oculus in the lands of Vee-Ar.


Re: Avatars pixellated when flipped

Postby Diana » Thu Jun 16, 2016 7:19 am

Chrome made an update last year (?) that made it so css animations were queued up and displayed a blurred image as the first image before they play. Then they decided that it would be pixellated, and then blurred again... Each way requires a different value for the css attribute "rendering"; "crisp-edges" or "optimize-contrast". I got tired of playing catchup and having to change it every minor update to chrome every time they changed their minds up at google, so I left it as is.
User avatar

Site Admin

Local time: Sat Apr 05, 2025 12:04 pm



Re: Avatars pixellated when flipped

Postby Akuyi » Thu Jun 16, 2016 7:26 am

Ah, okay. Funny that it happens in both browsers then. :o

Wait, if it's CSS, could I change it myself with a user style sheet...?

Edit: Oh yeah, image-rendering: auto does it for me. Thanks for the hint! :smile:
User avatar


Local time: Sat Apr 05, 2025 8:04 pm



Re: Avatars pixellated when flipped

Postby Diana » Thu Jun 16, 2016 7:36 am

Firefox is built off of the same thing chrome is, and as google comes up with new standards, everyone else follows. It also depends on what browser version you're on; sounds like the firefox problem is new.

Yeah, if you wanted to you can open your inspector and play with it, I guess. We don't actually flip the images and save them reversed, like some services do, it happens in CSS. :)
User avatar

Site Admin

Local time: Sat Apr 05, 2025 12:04 pm



Re: Avatars pixellated when flipped

Postby Akuyi » Thu Jun 16, 2016 7:40 am

Yeah, I fixed it already! HAH I feel so accomplished. Thanks again! :cheer:

Oh yeah I'll leave the style sheet I'm using here in case anyone with the same problem might find it helpful. It can be used with the addon Stylish for example.

[+] SPOILER
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("windlynonline.com") {

.postprofile .avatar-container img {
image-rendering: auto !important;
}
}
User avatar


Local time: Sat Apr 05, 2025 8:04 pm




Return to Addressed/Solved

Who is online

Users browsing this forum: claudebot [Bot] and 0 guests