-
Notifications
You must be signed in to change notification settings - Fork 211
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
Wrong size for ico pictures #154
Comments
That favicon is a so-called mutiresolution favicon, see https://en.wikipedia.org/wiki/Favicon. By default, we take the first occuring favicon, which is the smallest, this also happens here: https://images.weserv.nl/?url=images.weserv.nl/favicon.ico |
And indeed, please see https://images.weserv.nl/#page on how to get the bigger sizes. |
Thanks! But how to get biggest resolution icon? (or the same as in the browser response https://www.google.com/favicon.ico) Only way i see now is brute force pages and check resolution of icons. |
Need to check our implementation, but I think it needs to be added.. |
I also hava an issue with a favicon file. also with: Url https://www.pullandbear.com/favicon.ico works ok. I get a 404 status code and a text: "Error 404: Server couldn't parse the ?url= that you were looking for, error it got: Invalid or unsupported image format. Is it a valid image?" It is supposed that when using errorredirect parameter and an error occurs, the other image was returned, not an error code and a text. Am I right? |
Regarding this issue; perhaps we should add a special value to the @juantxo-g I forgot to mention; the |
I get now an Error 520 (from Cloudflare) when accesing: |
@juantxo-g : Sorry, this took us a while to figure out, but it should be solved now! ImageMagick had some strange issues since updating CentOS to the latest version, fixed it by restarting all services & reloading all configs on our servers. |
For future updates, please see: #170 |
As example picture 32x32:
https://accounts.google.com/favicon.ico
If open thought images.weserv.nl, picture will change size to 16x16px
https://images.weserv.nl/?url=https://accounts.google.com/favicon.ico
The text was updated successfully, but these errors were encountered: