I am trying to place how-to videos on my website. The videos look normal on desktop but when viewed in mobile they do not fit the page, they are too wide. Thus messing up the responsive page.
Page Text Fields
Text 3: using Insert / Media / Embed, I place the following code:
- Code: Select all
<iframe title="YouTube video player" src="https://www.youtube.com/embed/GpMoczZ1BRc" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
How do I make the video fit both desktop and mobile?