-
Notifications
You must be signed in to change notification settings - Fork 66
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
nhl.com - some images are being sent as JPEG2000 instead of JPEG on iOS #141887
Comments
There was a similar issue for booking.com in the past but they fixed it. The context is the same. |
Safari on iOS is receiving JPEG2000 (extension .jp2) images in raw HTML responses, while Firefox on Android is receiving simple JPEG (extension .jpg). WebKit removed a little while ago the support for JPEG2000 to align with other browsers. This issue has been opened to do the outreach effort for encouraging NHL.com technical team to fix the type of images sent to Safari on iOS. In the meantime Safari/WebKit will deploy a Quirk to fix it. |
Example of an HTTP request failing for
which leads to this HTTP response
The markup is
for this markup only but if I look at understanding which of these are JPEG2000 vs JPEG, this is about half of them. |
On the other hand Firefox is being sent only webp images. Request
And HTTP response
|
And chrome too. |
note that the selection of the image type is not based on the UA string. |
I don’t know if something changed recently. It would be good to have other people to confirm. https://nhl.com/ |
URL: https://nhl.com/
Browser / Version: Safari 18.2
Operating System: Mac OS X 10.15.7
Tested Another Browser: Yes Firefox
Problem type: Design is broken
Description: Images not loaded
Steps to Reproduce:
Steps to reproduce:
Expected:
See the images
Actual:
Some images are not visible.
View the screenshot
Browser Configuration
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: