<div class="embed-container">
          <div id="inksoftEmbed" style="width: 100%; height: 720px; padding: 0; margin: 0; border: 0; max-height: 100%; width: 100%;"></div>
      </div>
      <script type="text/javascript">
        (function() {
          function init() {
            var scriptElement = document.createElement('script');
            scriptElement.type = 'text/javascript';
            scriptElement.async = true;
            scriptElement.src = 'https://cdn.inksoft.com/FrontendApps/storefront/assets/scripts/designer-embed.js';
            scriptElement.onload = function() { launchDesignStudio() };
            document.getElementsByTagName('body')[0].appendChild(scriptElement);
          }

          function launchDesignStudio() {
            window.inksoftApi.launchEmbeddedDesignStudio({
              targetElementId: 'inksoftEmbed',
              domain: 'https://stores.inksoft.com',
              cdnDomain: 'https://cdn.inksoft.com',
              storeUri: 'DS734998243'
            });
          }

          init();
        })();
      </script>