Changing video can cause alignment issue sometimes. In this tutorial, we will teach you how to change video and preserve display setting. It’s simple, let’s begin.
1. Copy Youtube embed code (under Youtube video, click on Share and Embed)
2. Go to Design
3. Click on Static Pages
4. Click on Edit on the page that you want to change the video
5. Open Source code (<>)
6. Search for iframe (press Ctrl + F and type iframe into the box)
Note: If you want to maintain video size, please remember values of width and size
7. Replace old iframe with the code you copy
8. Change width and height as prefer
Note: Define width as 100% will make it responsive
9. Click on Ok
10. Click on Save