Add a video to the page body

Embedding video on your website

  1. Upload your video to either Youtube, Vimeo or another video hosting service.
  2. Go to the page on which you would like to embed the video.
  3. Choose Add > Embed from the contextual toolbar.
  4. Paste in your embed code.
  5. 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.

Still need help? Contact Us Contact Us