Vimeo Videos: add brackground=1 to remove player and unmute button

Hello! :slight_smile:

I am using Vimeo to display videos on a portfolio website I am working on. The videos are just for decoration, and I am displaying them in autoplay, loop and muted.

However, Vimeo keeps adding their controls and an annoying “Click to unmute” button on top.

I have just discovered that when adding “background=1” on the Vimeo URLtu all my problems are solved! But with Bricks video etulement, I don’t have access to the URL parameters. I am using a custom meta field to store the video URL:

If you could add a toggle of Background true/false that adds the parameter background to the Vimeo URL that would be GREAT!

Is this possible?

Any work around in the meantime to make my client happy? :slight_smile:

Thanks! :blush:

This should be a pretty easy improvement.
Any chance you can include it in 2.1? :pray: :blush:

If you store the video URL in the field, try to add a DD tag like this:

{my_custom_field}?background=1

or

{my_custom_field}&background=1

If URL already have get-params

Thanks for the workaround! I will try it.

Adding &unmute_button=0 into the ‘Vimeo privacy hash’ field worked for me.
If you don’t want the pause button, &background=1 works there too.
Seems that Bricks overrides all URL params in the URL field but not in the privacy hash field.
Would be good if Bricks could include controls for those two parameters, and/or only remove/replace the relevant parameters for the controls that it has.