We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658f55d commit ca7fecbCopy full SHA for ca7fecb
docs/embed-dashboard.md
@@ -49,9 +49,9 @@ container you create for it. This way you can choose your own max-width and to a
49
50
```html
51
<body>
52
+ <!-- set width on the container -->
53
<div style="width: 400px;">
- <!-- the wrapping container lets you control the width -->
54
- <!-- below the embed code generated for &width=manual shared link -->
+ <!-- put embed code here, with &width=manual added to the iframe src -->
55
</div>
56
</body>
57
```
0 commit comments