Hi!
I extended user entity structure and added custom column is_pixelated to it.
Now I am trying to make every avatar of those users that have true in is_pixelated column to have image-rendering: pixelated CSS property in avatar img tag.
xenForo uses <xf:avatar.../> template tag to display...