---
title: "Web Standalone Export"
canonical: "https://documentation.chaos.com/space/EArchiCAD/126944482/Web%20Standalone%20Export"
format: markdown
---
This page provides information about web standalone export.


## **Overview**

---

Enscape’s Web Standalone removes the requirement for high end graphics cards, as the Web Standalone exports is rendered in the browser using WebGL 2.0. To create a Web Standalone, Enscape needs to be running as the Export Web Standalone button is available from within the toolbar in the Enscape viewport.

You will need to click the small arrow next to the Executable Standalone to reveal a drop down menu where the option **Web Standalone** is located. This is the process each time you want to create a Web Standalone.



## **Export a Web Standalone**

---


---



---



## **Administration - 4.1.1 onwards**

---


## **Administration - Prior to 4.1.1**

---


## **Replace a Web Standalone**

---


---



---



---



## **Embedding the Web Standalone**

---

You can embed the **Web Standalone** in to your own webpage, if you require to monitor the amount of people viewing your project for instance. This can be done by embedding the URL into an iframe using the following script in your webpage.


> Macro (panel)
> 
> ```
> <script defer type="text/javascript"
>             src="data:text/javascript,document.getElementById('collab-frame').addEventListener('mouseover',function(e){e.target.focus()});"
>         ></script>
>         <iframe
>             id="collab-frame"
>             width="850" height="550" style="border: 0;" scrolling="no" loading="lazy"
>             src="<your web standalone URL placed here>"
>             allow="fullscreen; xr-spatial-tracking;" referrerpolicy="strict-origin"
>         ></iframe>
> ```

> Macro (panel)
> 
> ```
> <html>
> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
> <script type="text/javascript">
> $(document).ready(function () {
> $("#enscapeframe").on("mouseenter", function() {
> $(this).focus();
> });
> });
> </script>
> <iframe id="enscapeframe" src="<link to your web standalone>"></iframe>
> </html>
> ```

> Macro (ui-text-box)
> 
> If you are using links generated from the Chaos Cloud , please make sure that the Link access has been changed to **Anyone can** **view **in the **Share **options, before embedding the links in your web pages.


## **Technical Limitations**

---

### Is your Browser WebGL2 Compatible?

Before viewing an Enscape Web Standalone, check if your browser is WebGL2 compatible. You can test your browser’s compatibility by visiting [this webpage](https://get.webgl.org/webgl2/).

If your browser is WebGL2.0 compatible, Enscape Web Standalone files should work. However, there are still some limitations of the Web Standalone Export to observe:

- Render Quality is limited to be the equivalent of ‘Draft’ mode
- Both fog and the Enscape grass material are disabled
- Rendering of transparent materials is currently simplified
- Currently, no support for Internet Explorer/Edge/Safari or iOS devices (iPhone, iPads)
- Performance of larger projects may be of a lower quality than in the full version of Enscape
- Enscape Settings are disabled
- Favorite Views are disabled
- Light View mode is disabled
- Customization: Only Interface Overlay is supported
- Touch controls are currently very basic
- A maximum file size is capped at 500MB
- No VR mode
- Texture resolution is limited to 512*512


### NOTE FOR TRIAL VERSION USERS

As this feature is not available for testing in the Trial version of Enscape, if your browser is WebGL2 compatible then [you can view a sample Web Standalone here](https://api2.enscape3d.com/v1/view/63aa1dce-87fa-4e3f-a199-e24e0a1351fc).