We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Display Pixel Ratio resizes the images in the browser. Seems this is a path:
Header set accept-ch 'sec-ch-dpr'
request.headers.get('Sec-CH-DPR')
The text was updated successfully, but these errors were encountered:
Dealing with #64
7c2e0ca
villanueval
No branches or pull requests
Display Pixel Ratio resizes the images in the browser. Seems this is a path:
Header set accept-ch 'sec-ch-dpr'
to request the DPRrequest.headers.get('Sec-CH-DPR')
The text was updated successfully, but these errors were encountered: