Skip to main content

For some reason our dynamic images in our flows are showing up blurry? These images are crystal clear on our Product pages. Any help/advice would be hugely appreciated

Sorry I should have said specifically for the ReCharge Abandon Cart flow. All other flows the images are showing up fine

 

Thanks


Hi @kwt! Can you try replacing the image placeholder code (it should be {{ item.ImageURL }} at the moment) with this? {{ item.ImageURL|cut:"_small" }} 

That will allow a non-blurry version to appear! 


Thank you, this worked!


Reply