Image on home page is not anti aliased on Firefox #50031

Closed
opened 2016-11-15 02:21:40 +01:00 by Aaron Carlisle · 5 comments

On Firefox, the image of the splash screen on blender.org has noticeable jagged edges.
I do not experience this issue on Google Chrome.

On Firefox, the image of the splash screen on blender.org has noticeable jagged edges. I do not experience this issue on Google Chrome.
Pablo Vazquez was assigned by Aaron Carlisle 2016-11-15 02:21:40 +01:00
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Blendify

Added subscriber: @Blendify

Could this be confirmed with a more recent Firefox? Can't reproduce here.

Could this be confirmed with a more recent Firefox? Can't reproduce here.
Author

I can confirm the issue still on windows. I fixed the error with the following css snippet:

.page-header-main-image.frontpage img {
   image-rendering: auto !important;

(The ! important is just so the other values are overridden)

I can confirm the issue still on windows. I fixed the error with the following css snippet: ``` .page-header-main-image.frontpage img { image-rendering: auto !important; ``` (The `! important is just so the other values are overridden`)

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No description provided.