1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Background video not responsive

Discussion in 'Free Divi Community Forum' started by Ginger, Mar 1, 2024.

  1. Ginger

    Ginger New Member

    Hello, can someone please tell me how to make my background video responsive on mobile devices. It's about midway down this page: https://turnoneautomotive.com/home/
    It's cutting off the sides of the video.
     
    1. PRO MEMBER PERKS Divi.Help Header AI Generator - Try the power of AI to generate a custom Divi header for you:Try Now
  2. Ginger

    Ginger New Member

    Also, I have several full width sliders on the site that are not mobile device responsive. I got the first one on the home page to work using this CSS:
    @Media screen and (max-width:900px)
    {
    .et_pb_fullwidth_slider_0 .et_pb_slide {
    background-size: contain!important;
    height: 250px !important;
    }

    }

    @Media screen and (max-width:479px)
    {
    .et_pb_fullwidth_slider_0 .et_pb_slide {
    background-size: contain!important;
    height: 110px !important;
    }

    }
    The rest of the sliders are not responsive. Can someone please help me with this also?
     
  3. Divi.Help

    Divi.Help Administrator
    Staff Member

    That's because you set the height to be fullscreen. You will need to use padding to set the height instead. Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade logo carousel design for your Divi site without using any plugins:View Demo