Embed video help

I wanted to make my video “AutoPlay” “Loops” “Responsive”
So I grab the code from Vimeo but none of them are working.
Someone please help me?

The video link I want to share
https://vimeo.com/959879754?share=copy

This is the embed code I tired
Screenshot 2024-07-19 at 3.16.58 PM


Here is my site Read-Only: Webflow - Songyi Park Portfolio

Your published page is password protected, so it’s not possible to see your video playback issue.

Most likely you have forgotten to add muted, and the browser is refusing to autoplay as a result.

The browser doesn’t know that.

Alright,
I’m trying to figure this out without any coding background and don’t know what I’m doing. Is it possible for anyone letting me know how to fix the embed code?

I added muted=1? still not working.

Your best resource here will be Vimeo docs.

https://www.google.com/search?q=vimeo+embed+muted

Dear @Songyi_Park I had these issues as well,

Feel free to use this embed code,

  • Change the XXXXX with your video number
  • Replace the YYYYYYY with the video title Exactly as it is in Vimeo, otherwise it won’t work.
  • Remember autoplay means mute, but the user can turn on the volume anytime.
  • You can also modify the padding, of course, but first try it out as it is here:
<div style="padding:56.25% 0 0 0;position:relative;">
<iframe src="https://player.vimeo.com/video/XXXXX?h=f818ee461&muted=1&amp;autoplay=1&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479;controls=0&amp;" 
frameborder="0" 
loading="lazy"
allow="autoplay; mute; fullscreen" 
style="position:absolute;top:0;left:0;width:100%;height:100%;" 
title="YYYYYYYYYY"></iframe>
</div>

Cheers