squaremap

squaremap

1.9k Downloads

[Feature request] Option to hide sidebar

Closed this issue ยท 1 comments

commented

Hi,

It would be great to have an option to hide the sidebar. I'm only displaying one world on my map, and the sidebar looks out of place when rendered in a smaller iframe.

Could you add enable: false or similar in the config.yml?

commented

You can use ?show_sidebar=false in the URL for your iframe

this.sidebar = new Sidebar(json.ui.sidebar, this.getUrlParam("show_sidebar", "true") === "true");