Hello, guys! For some reason shopify reduces the image quality of my image banner, can someone help me, please?
My site: https://fddd3f.myshopify.com/
Password: asd321
Link to photo: https://postimg.cc/xJZwqZPS/6ddb048d
A user reports that Shopify is automatically reducing the image quality of their image banner. The issue appears related to Shopify’s default image optimization behavior.
Proposed Solutions:
Code modification approach: A PageFly representative suggests editing the image-banner.liquid file in the theme code editor (Online Stores > Themes > Edit code) and replacing specific markup code with provided alternatives.
Alternative fix: Another user mentions that Shopify uses the srcset attribute by default to reduce image quality across all images, suggesting adding JavaScript code to the theme.liquid file (at the end of the <head> tag) to remove this attribute.
Current Status:
The discussion remains ongoing. The original poster had difficulty locating the suggested code sections in their theme files, leading to private message exchanges with the PageFly representative. The issue relates to a separate banner configuration for mobile and desktop in Dawn 2.0 theme.
Hello, guys! For some reason shopify reduces the image quality of my image banner, can someone help me, please?
My site: https://fddd3f.myshopify.com/
Password: asd321
Link to photo: https://postimg.cc/xJZwqZPS/6ddb048d
This is Noah from PageFly - Shopify Page Builder App
Please help me to follow the steps below to fix this issue
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: go to image-banner.liquid and replace the code here:
By this code:
And here:
By this code:
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Hi! Thanks for your reply. I don’t find these codes in my image-banner.liquid section
Can you help me by take a full screenshot in the image-banner file when you search for : {{ section.settings.image_2 please?
I messaged you on private
This is the issue im facing
Hi, i have replied the private message, please help me check it
Shopify by default reduce the quality with “srcset” attributed in all img. Add this to remove it in your theme.liquid (at the send of html tag)