Skip to main content

Embed a Vimeo Video

Learn how to embed videos from Vimeo into Studio.Design. Just grab the embed code and paste it in—it's that easy. We'll also show you how to enable autoplay and looping.

Embed a Vimeo video

In Studio.Design, you can use the Embed box to display a video as your main visual or background. Embedding a video is a great way to visually convey your brand's atmosphere and identity.

Tip: You can also upload mp4 or webm videos (up to 1 GB per file) directly to the editor and place them on your page.

When doing so, please be aware of the editor storage limits for each plan.

About using Vimeo videos

With a paid Vimeo account, you can customize options such as hiding menus and banners.

*To embed a Vimeo video as a background without showing controls, you'll need the [?background=1] parameter, which is only available on paid Vimeo plans.

Note: About autoplay with sound and browser restrictions

When autoplaying YouTube or Vimeo videos with sound, browser policies may restrict playback.

For example, Chrome requires specific conditions to be met for autoplay with sound. If those conditions aren't met, the audio won't play even if you add parameters like autoplay=1&muted=0 to your code.

References:

Alternatives
Studio.Design can't override browser restrictions, but here are two options you can consider:

  1. Autoplay with sound muted

  2. Skip autoplay and show the playback bar so visitors can start the video manually

How to embed a Vimeo video

(1) Add a Vimeo embed box in Studio.Design

  1. Click the add icon in the navigation.

  2. Click the [Basic] tab.

  3. In the [Embed] section, click the [Vimeo] embed box.

  4. A Vimeo embed box will be placed on the screen.

(2) Set the link on the box

  1. Select the Vimeo box (Embed box) you placed in step (1).

  2. In the right panel, select the [Embed] tab. If the right panel is closed, open it.

  3. Delete the URL in the [Video URL] field and paste the URL you copied from the Vimeo playback page. (Example: https://vimeo.com/xxxx)

  4. Open the live preview URL and check that everything works as expected.

  5. If you're editing a site that's already published, update the site. Your changes won't appear live until you update. If your changes aren't showing in the editor, try refreshing (reloading) your browser.

Autoplay and loop a video

Here's a common customization example: an embed code that autoplays and loops your video.

  1. In the code below, replace [ID] with the ID of the video you want to embed (the xxxx part of vimeo.com/xxxx in the URL).
    <iframe src="https://player.vimeo.com/video/[ID]?autoplay=1&loop=1&background=1"width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen allow=autoplay></iframe>

  2. In the [Embed code] field, click [Open editor].

  3. On the left side of the [Edit embed code] screen, delete the existing text, paste the code you copied in step 1, and click [Save].

  4. If you're editing a site that's already published, update the site. Your changes won't appear live until you update. If your changes aren't showing in the editor, try refreshing (reloading) your browser.



When the autoplay parameter is present, the Vimeo player starts playing automatically. However, some browsers may block autoplay.

The [?background=1] parameter in the code above is only available on paid Vimeo plans. If you're not on a paid plan, use the code below instead.

<iframe src="https://player.vimeo.com/video/[ID]?autoplay=1&loop=1&muted=1"width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen allow=autoplay></iframe>

Related articles (adding externally uploaded videos to your Studio.Design site)

video play mp4 mov

video movie

Did this answer your question?