Embedding a video
-
I used the following html code in my article in hope that I would be able to show the video and but I could not get that working.
Is there an alternative way to embed the YouTube video in an article? Thank you in advance for your assistance.
-
I used the following html code in my article in hope that I would be able to show the video and but I could not get that working.
Is there an alternative way to embed the YouTube video in an article? Thank you in advance for your assistance.
This is what you want, good sir: <iframe style="height:480px;width:640px" src="//youtube.com/embed/Yxg_janIavw"></iframe>
Thanks, Sean Ewington CodeProject
-
This is what you want, good sir: <iframe style="height:480px;width:640px" src="//youtube.com/embed/Yxg_janIavw"></iframe>
Thanks, Sean Ewington CodeProject
Thank you so much.