Skip to content

Preparing masks for resizable products

You can prepare your own custom mask for resizable products such as printables, signs, banners, decals etc.
In order to accomplish this, in Product SVG file:
- Add mask shape with huge dimensions (~8000px x 8000px to cover off-canvas objects after change product size) and mark it with id="la-product-mask" after exporting to SVG;
- Study sample product files from your deployment or trial package;

In main config.options add (see sample config):
"includeMaskInDesign": true

Feedback and Knowledge Base