Viewing 1 replies (of 1 total)
  • Plugin Contributor blakedotvegas

    (@blakedotvegas)

    Hi jherrera33,

    Thanks for using Video Background.

    This is done on purpose because if the video is scrollable and the webpage is very long, the video aspect ratio becomes very, very odd. Since it tries to create an aspect ratio of the whole height of the webpage, the video can appear zoomed in and pixelated.

    If you still need the video scrollable for some reason, you can add the CSS code below to your child theme’s stylesheet or using a custom CSS plugin:

    /**
     * Make vidbg video scrollable regardless of container
     */
    .vidbg-container {
      position: relative !important;
    }

    Please let me know if this solves your issue!

    Regards,
    Blake

Viewing 1 replies (of 1 total)
  • The topic ‘scrollable video background’ is closed to new replies.