Custom Loader page

I’ve upgraded my plan to an Organization and have created a custom loader. I would like to have no Playcanvas branding on this page. Currently there is a footer that has the Playcanvas logo, then number of views a full screen toggle and social media icons. I would like to remove all of this except for the full screen toggle. Can you tell me how to do this?

You can use the “overlay” query which hides the bottom bar, by adding ?overlay=false to the URL.

Something like this: https://playcanv.as/p/123456/?overlay=false

Is there a way to hide the overlay in code, or in settings, rather than adding ?overlay=false to the URL?

You can use the iframe less page by adding /e before /p

eg https://playcanv.as/p/AGtssoOU/ becomes https://playcanv.as/e/p/AGtssoOU/

1 Like