Hi guys, my SMT merchandising zone images are bein...
# suitecommerce
h
Hi guys, my SMT merchandising zone images are being fetched without the resizing parameters, how can I edit this to add the parameters to the request?
s
In the template you could probably just tack
?resizeid=[id]
to the end of the image URL
eg
img src="<%= item.cms.image.url %>?resizeid=10"
h
Thanks I'll try that out!