Skip to main content

Hi,

We’re setting up our abandoned cart flow and we’re using the Klaviyo abandoned flow template. When we preview the email, we noticed that the dynamic product images were blurry. We tried changing the dimensions and even found a question about blurry images, but the solution did not work for us: 

 

We realized that the image url klaviyo is pulling are our thumbnails, even though the images on our product page are high res. How do we set the dynamic image url to pull our high res images and not the thumbnails? Any help is appreciated!

 

Hi @elibaf

 

Welcome to the Community! We’re glad to have you here and happy to see you utilizing the our collaborative space by trying to discover solutions from your peers!

 

The thread you linked is very helpful because it explains the Django filter that could help solve this issue: the |cut:"_small" filter. I think this is the route we might need to pursue to increase the resolution of your images. However, instead of the 

 {{ item.ImageURL|cut:"_small" }} filter referenced in the other thread, I would try changing the image place holder code to

 {{ event.ImageURL|cut:'_small' }}

and then add

{{ event.URL }}

to the Link section of the row. I know this might be hard to conceptualize, so I have included a screenshot of this workflow below! 

 

 

Thanks for participating in the Community!

-Taylor 


Reply