fastly-magento2
fastly-magento2 copied to clipboard
Incorrect DPR query string was provided in the product image URL
Steps to Replicate
- In admin, set Enable Adaptive Device Pixel Ratios to "Yes" and select Device Pixel Ratios
- Set the device scaling to 200%
- Access any frontend product (Simple/Configurable)
- Open the browser's Network tab and check the requested URL, where the parameters include dpr=2%202x
Expected Result Based on the documentation, the query string is dpr=2
Actual Result the query string is dpr=2%202x
PR #734
Fastly team - any update here?