Remove Help & Full Screen Icons

How can I remove help & full screen icons from the right corner?

Try this: Function Viewer.menuVisible - #2 by jan

I would like to remove permanently help & full screen buttons because I have to add many URL buttons that go to other websites.

This will work in the body-end.html:

<style>
#fullscreen-button {
  display: none !important;
}
#help-button {
  display: none !important;
}
</style>

1 Like

i want initial close menu bar on mobile only.

please help

Thank you very much. It works. :heart_eyes:

Sorry, I don’t understand what you want. Could you describe it in more detail?

I want menu bar close on mobile device but open on desktop.

Please help

Regards

You can add a custom JavaScript code that detects a mobile devices and sets Viewer.menuVisible property to false, see: GitHub - shapespark/shapespark-viewer-api: JavaScript API for interacting with the Shapespark 3D scene.