• Resolved Aldo

    (@ab_lu)


    Hello

    When embedding a Vimeo video I still see the native Vimeo play button.
    How can we hide it?

    And how can we remove the rounded corners of the video container?

    Thanks!
    Aldo

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author GrowQuest

    (@wecodify)

    Hi Aldo,

    Make sure the vimeo URL you’re trying to embed does not contain any parameter.

    And, to hide the rounded corners add this CSS to your theme:

    .wplyr-player > .plyr {
        border-radius: 0; 
    }
    Thread Starter Aldo

    (@ab_lu)

    Thanks for the feedback!

    There is no parameter, bus till the Button appears.
    Any other idea?

    Thanks

    Plugin Author GrowQuest

    (@wecodify)

    You can try with another public vimeo video and and check if the issue persists.

    Thread Starter Aldo

    (@ab_lu)

    With the Vimeo Test-Video it works (https://vimeo.com/76979871).
    What could be the issue?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Vimeo Embed question’ is closed to new replies.