In case you would like to put your Visualizer full screen on a new page using a separate URL, please follow the instructions below. The new link to the Visualizer can be shared via social media or email.
Create a subdomain (a new page with any URL).
Add the piece of code below in the <body> tag of your new page:
Code Block |
---|
<iframe id="wizart-fitting-room-object" role="dialog" aria-label="Wizart Fitting Room." type="text/html" class="active" src="https://pim-client.wizart.tech/fitting-room?api_token=your_API_token&enabled_shopping_cart=0&is_shown_shopping_cart_prices=0" allowfullscreen > </iframe> <style> iframe {position:fixed; width:100%; height:100%; border:none; z-index:999999; } </style> |
...
Info |
---|
Please note that below is a sample URL; instead, you can create customize it in any way you likewant. |
...