Why are my product images blurry on Ella theme?

Hey guyz! I have a problem with ella shopify theme. Product thumbnails on collection page and on product page seems too blur but original images has fine resolution so what should i do for improving my product thumbnails image quality. Currently this setting used.

  1. Adjust thumbnail size in theme settings: Check the theme settings in your Shopify admin dashboard. Look for options related to thumbnail image size or quality. Experiment with different settings to find the one that produces the best result for your product thumbnails.

  2. Customize the theme code: If the theme settings do not provide enough control over the image quality, you can customize the theme code to enhance the product thumbnails. Here’s how:

    a. From your Shopify admin dashboard, go to “Online Store” and then click on “Themes.” b. In the “Themes” section, click on the “Actions” dropdown menu and select “Edit Code.” c. Look for the relevant template files responsible for rendering the product thumbnails, such as “collection.liquid” for collection pages or “product-template.liquid” for product pages. d. In the code, locate the section where the thumbnail images are displayed. You may need to search for HTML markup or Liquid code related to product images. e. Check if there are any image resizing or quality settings applied. Adjust the settings to improve the image quality. For example, you can remove or modify the code that resizes the thumbnails to a lower resolution.

1 Like

Can you attach a link to the website so I can see what the current issue looks like? Thanks.