Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

  1. Create a subdomain (a new page with any URL). 

  2. 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>

...