Skip to content

Embed Video

Embedding a video into your RevasOS site is easy. Follow the steps specific to the service you are using (YouTube, Vimeo, Wistia) or check the generic section for other providers.

YouTube

Read the guide here here

Vimeo

Read the guide here here

Wistia

Read the guide here here

For other video providers

If you use a different service (for example Dailymotion, Brightcove, etc.), follow these steps:

  1. Find the video you want to embed.
  2. Look for an option like Share, Embed, or Embed Video.
  3. Copy the provided embed code (it often starts with <iframe> or a <script>).
  4. On RevasOS:
    • Go to the page where you want to insert the video.
    • Click New Block and select New Code Block.
    • Paste the code into the block and save.

Changing the size and appearance of the video

If you want to change the size of the video (for example, make it full-page or center it with padding), you can do so by editing the HTML code of the iframe. Here's how:

  1. Copy the iframe code of the video you already inserted.
  2. Paste it into a prompt for ChatGPT with a request like this:
    • To make it full-page: Edit this HTML code to make the video full-page. I want only HTML with inline CSS, no JavaScript, here is the code: [replace this space with your embed code]
    • To center it on the page: Modify this HTML code to make the video centered, big enough but with padding around it. I want only HTML with inline CSS, no JavaScript, here is the code: [replace this space with your embed code]
  3. Copy the code result;
  4. On RevasOS:
    • Go to the page where you want to insert the video.
    • Click on New Block and select New Code Block.
    • Paste the code into the block and save.

RevasOS