Skip to content

Commit ca7fecb

Browse files
committed
Clarify manually set width for iframe
1 parent 658f55d commit ca7fecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/embed-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ container you create for it. This way you can choose your own max-width and to a
4949

5050
```html
5151
<body>
52+
<!-- set width on the container -->
5253
<div style="width: 400px;">
53-
<!-- the wrapping container lets you control the width -->
54-
<!-- below the embed code generated for &width=manual shared link -->
54+
<!-- put embed code here, with &width=manual added to the iframe src -->
5555
</div>
5656
</body>
5757
```

0 commit comments

Comments
 (0)