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>
```
...
ChinaNMO
9 months agoCommunity Member
you're right.
and that's seperate thing.
the youtube iframe can display the dimensions, just cuz youtube embed page did some logic.
but,
which does not affect the fact that yourside still eat the parameters of iframe width and height when we set.
if we use other video platform's embedded url, then this eatting behavior will be a problem.
and pls check with your engineer team, why the iframe parameter disappear.
tks