?loop=1&autoplay=1 for YouTube or &loop=1 for Vimeo.When you want to make an embedded video in Webflow loop and remove video controls on hover, follow the steps below.
?loop=1&autoplay=1 to the end of the URL if it is a YouTube video. For Vimeo, you add &loop=1 in the embed settings.
.video-element:hover::-webkit-media-controls { display: none !important; } to hide the controls on hover. Replace .video-element with the class of your video.
To loop an embedded video in Webflow and remove controls on hover, modify the video URL parameters for looping and add custom CSS for control visibility. Adjust video position if necessary with CSS.