I can't set the video in iframe. How to do it?

ReDCoDe

New Member
I am embedding a video in a wordpress site using iframe. But the video is not shown completely on my page. Only left part of the video is visible. Remaining part is getting cut. The code I am using is :\[code\]<P ALIGN=left><iframe src="http://www.abc.com/embed/B5EECA7CE46B5A09" height="460" width="800" frameborder="0" scrolling="no" marginwidth="10"></iframe></P>\[/code\]The actual code I got from the site is \[code\]<iframe src="http://www.abc.com/embed/B5EECA7CE46B5A09" width="600" height="360" frameborder="0" scrolling="no"></iframe>\[/code\]So I tried to set the alignment left, set different values for marginwidth but nothing worked. What I should do in this situation?
 
Back
Top