Forum Discussion
ChinaNMO
9 months agoCommunity Member
iframe attribute width and height were removed automaticly in preview and publish
hi,
just found a weird issue in recent days.
when i inserted an iframe like below
```
<iframe src="foo.bar" frameborder="0" scrolling="no" width="1280" height="720"></iframe>
```
...
EricSantos
9 months agoStaff
Hi China NMO,
Thanks for your follow-up question! I ran some tests and confirmed that the width and height do not show when you inspect element. But when you hover over the iframe embed code in the console window, the width and height will show as it is dynamically adjusted based on the current browser size.
Please let me know if you have any other questions.