• Hello,

    I’m creating a home with the theme generatepress and the elementor plugin. I want to put a background video but I have two problems:

    1. If I put it with a link from Youtube or Vimeo, I can not remove the central button from play when the video ends.

    2. If I put it as a video background of a section, in the mobile version and tablet is misaligned and looks bad.

    Do I have any option to put a background video without tags or buttons and look good on all devices?

    Thank you and best regards,

Viewing 2 replies - 16 through 17 (of 17 total)
  • @lukascech it will apply everywhere in site for class ‘elementor-hidden-phone’ so you can apply like this:

    .elementor-background-video-container.elementor-hidden-phone {
        display: block !important;
    }

    Hi @lukascech I’m using your solution, but now when the movie loads on mobile, it somehow within the first second enlarges, which looks unprofessional. Check out https://www.getclampy.com so see what I mean. Is there a way to fix this? I’m using astra theme. Thanks!

    Update: Fixed it! Your code was not the issue, I had to set the video to ‘fit screen’ in astra options.

    • This reply was modified 5 years, 2 months ago by rudirudi. Reason: found solution
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Background video problem with Elementor plugin’ is closed to new replies.