I have encountered an issue while trying to embed a video in my WordPress site using an iframe. The video is not displaying completely on the page, with only the left part visible and the rest being cut off.
Here is the code I am currently using:
<P ALIGN=left><iframe src="http://www.abc.com/embed/B5EECA7CE46B5A09" height="460" width="800" frameborder="0" scrolling="no" marginwidth="10"></iframe></P>
The original code provided by the website is as follows:
<iframe src="http://www.abc.com/embed/B5EECA7CE46B5A09" width="600" height="360" frameborder="0" scrolling="no"></iframe>
I have attempted adjusting the alignment to left and experimenting with different values for marginwidth, but nothing seems to fix the issue. What steps should I take to resolve this situation?