Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use non-animiated PNG. #5

Merged
merged 1 commit into from
Feb 15, 2016
Merged

Conversation

eric1234
Copy link
Contributor

I think the icon was borrowed from the favicon on the Solidus site. The
ico format can actually store several images at different resolutions.
When automatically converting it turned these different images into different
frames on an animated PNG. Not all browsers support it but if you view the
icon in Firefox you will see it.

This fixes this by just grabbing the 32x32 image and resizing that down to
24x24 to follow the same size as the previous Spree image.

I think the icon was borrowed from the favicon on the Solidus site. The
`ico` format can actually store several images at different resolutions.
When automatically converting it turned these different images into different
frames on an animated PNG. Not all browsers support it but if you view the
icon in Firefox you will see it.

This fixes this by just grabbing the 32x32 image and resizing that down to
24x24 to follow the same size as the previous Spree image.
@tvdeyen
Copy link
Member

tvdeyen commented Feb 15, 2016

Nice catch. Thanks for fixing

tvdeyen pushed a commit that referenced this pull request Feb 15, 2016
@tvdeyen tvdeyen merged commit 726ed4d into AlchemyCMS:master Feb 15, 2016
@mtomov
Copy link
Contributor

mtomov commented Jul 3, 2017

Indeed thanks for fixing this! Was about to submit an issue. It is driving me crazy as it has also started to happen in Chrome : )

Will see to upgrade our project to a version containing this fix as I've been manually finding and deleting the icon to get rid of the animation : )

Thanks again!

@eric1234 eric1234 deleted the correct-icon branch December 2, 2018 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants