Why are my Debut theme slideshow images low quality?

hello,

i am getting low quality slideshow images with debut theme. i have tried many different dimensions and quality images, they all seem to compress. i have also attempted to include the “buy now” button in the image rather than to use the shopify one to try to remove the image overlay and ensure i get the best quality.

however, they are still showing very low quality and making it awkward for me to use.

website ae.shoplamark.com password: sss

thank u

Hi @marchenrysaad ,

Please follow the steps below:

  • Step 1: Go to slideshow.liquid file, find ‘data-parent-fit’ and add code here:

Code:

background-image:url({{ block_image | img_url: 'master' }})
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
.slideshow__overlay {
      display: none !important;
}

Hope it helps!

Hi,

I cannot find the theme.css file under assets in the debut theme.