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
let me take an example,
pick up a youtube video embedded code, like below
```
<iframe width="560" height="315" src="https://www.youtube.com/embed/rPxTYqrHkdM?si=JpqQSxNK51iw1c-O" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
```
after I paste to Rise course, once i prereview it, from the html code, you can see the width and height lost.
pls help verify again.