Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #726270

    Hey guys,

    Is it possible to add a background video or Slide to a Grid Row element? I do know that it’s possible to with the Colour section, but I need the wider flexibility of the Grid Row.

    Please advise soonest.

    Talk soon,
    David

    #726298

    Hey David!

    Would it work to enavle the custom CSS textfield and use CSS for it?

    Thank u

    Best regards,
    Basilis

    #726305

    Hey Basilis,

    Sorry mate! I’m not sure what you’re asking.

    #726762

    C’mon – talk to me!

    Is it possible to add a background video or Slide to a Grid Row element?

    Cheers,
    David

    #727502

    Hey Basilis,

    What do you mean by: “Would it work to enavle the custom CSS textfield and use CSS for it?”

    Please advise.

    Talk soon,
    David

    #727695

    Hi BBigDave,

    I think the only option we have is to use Color Section and make it wider since Grid Row doesn’t have those features. Can you try use color section then post the link of the page here, you can post it in “private content” so only moderators can see.

    Best regards,
    Nikko

    #1372983

    i actually have the same question. Is it possible to place a video in the background of the Grid Row element that fills up the whole section?

    #1373029

    Hi CONCEPTENCREATIE,

    There’s no option for Grid Row, however, you can use Color Section for that and then edit it and go to Advanced (tab) > Developer Settings > Custom CSS Classes and in that field put fullwidth
    Next, go to Enfold > General Styling > Quick CSS and add this CSS code:

    .responsive .fullwidth .container {
        width: 100%;
        max-width: 100%;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1373131

    Thank you. What if i just want the right section if u use 1/2 + 1/2? So left text en right video background?

    #1373241

    Hi,
    Does the video have to be a background video if it’s 1/2 of the row? Try putting a video element in half of a grid row element and your text in the other half.

    Best regards,
    Mike

    #1373242

    Hi Mike, yes it should be the background video like the example

    #1373245

    Hi,
    Try adding a code block element inside of the grid row with this code:

    <video width="auto" height="100vh" autoplay>
      <source src="your-video-url" type="video/mp4">
    </video>

    Best regards,
    Mike

    #1373249

    Hi Mike,

    Thanx. Unfortunately, not working.

    #1373271

    Hi,
    I’m seeing a CORS error because your video is on Vimeo:

    Cross-Origin Read Blocking (CORB) blocked cross-origin response with MIME type text/html.

    try using YouTube or self-host. See this thread about Vimeo videos.
    and you have a whole page of errors, over 2k:
    2022-11-20_003.jpeg
    try disabling all of your plugins and check your browser console.
    Since this is not your thread I recommend opening a new thread to address these issues as this is off-topic for this thread and posting your login here will not be private and you will not see anything we write in the Private Content area.
    Thank you for your patience and understanding and using Enfold.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Adding a backgrond video to Grid Row in Enfold!’ is closed to new replies.