Hello, do we have a way to use the 'resizeImage' h...
# suitecommerce
v
Hello, do we have a way to use the 'resizeImage' helper functionality in a view?
I do see it when I print the 'Utils' class to see its members, but I don't see it in the official documentation here: https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/Utils.html
s
Yeah it's fine, you can use it like that if you want (although typically we would say to use it in the template)
v
Yeah, this is a very rare scenario where I have to use it in a View, else I mostly use the handlebars helper. 🙂