Blurry hero images in latest theme version (Impulse)

Hi,

I just recently updated my Impulse theme to version 7.0.0 (from 5.3.3). Url: https://arcticlegacy.store/

For some reason, the images in the hero slider are now blurry in mobile view. I have gone through all the settings and they are identical, same image, no parallax, zoom, etc.

Any ideas on how to fix this?

Thanks,

Johan

Managed to fix this issue by changing img_height from 1200 to 1920 in the slideshow.liquid file. Now the vertical 1080x1920 hero images are super crisp on mobile again.

{% render ‘image-element’
img: block.settings.image_mobile,
img_height: 1920,
classes: mobile_classes,
alt: block.settings.image_mobile.alt,
sizes: ‘100%’
%}

1 Like