Add a video to the page body
Embedding video on your website
- Upload your video to either Youtube, Vimeo or another video hosting service.
- Go to the page on which you would like to embed the video.
- Choose Add > Embed from the contextual toolbar.
- Paste in your embed code.
- Click Save
Resizing a video
To resize a video you should resize the iframe in which the video is contained. Find the section of code that specifies the iframe's pixel dimensions. It will look something like this:
<iframe ... width="600" height="350"
Simply update the width and height values as needed.