-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
DBW: suggest the use of client hints #876
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g. if the device 400px wide, "why are you sending a 1200px wide image?"
https://www.chromestatus.com/features/5504430086553600
How? Grab all images loading by off the network, check their instrinsic size. Determine if they are too big given the DPR and size of the viewport tested.
e.g. Given a 2 DPR device and a 600px viewport, the appropriate image should be 600px * 2 = 1200px. Anything else is wasteful.
The text was updated successfully, but these errors were encountered: