Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的网站上嵌入 Stackblitz。用户可以编辑文档并在屏幕上呈现输出。我使用 Stackblitz api 嵌入 iframe。我在 Stackblitz.io 上找不到任何文档来隐藏这些选项(共享代码)。谁能帮我 ?
在您的项目中,您需要添加forceEmbedLayout: true
forceEmbedLayout: true
window['embedNewProject'] = () => { sdk.embedProject('myDiv', project, { height: 320, **forceEmbedLayout: true** }); }