I have this probably sort of advanced problem, I want to make a DIV overlay to a vimeo embed and I sort of works, it’s just that I want all players to pause when you click a new video.
I googled it and it seems like a lot of people are having similar problems, but they are mostly not related to webflow.
Anytime you want to work with Vimeo embeds in a custom way, you need to use the Vimeo player API and Webflow embed elements, so custom code. Not the native “Embed.ly” vimeo embed widget.
It might be easier to understand if you look at this example: http://www.maceofrost.com . I want to accomplish this effect in Webflow with Vimeo embed, with as little extra code as possible. I’ve looked at the Maceo site and it’s custom from top to bottom and alot of js at work. Preferable I want to keep the site i’m working on within the Webflow ecosystem/cms.
I’ve tried to mimic the effect with Webflow transitions and animations but there is allways something/everything that breaks, in all kinds of ways.
Is this a no-go or do you guys think it’s doable without a trillion lines of code?