Title: scrollable video background
Last modified: September 1, 2016

---

# scrollable video background

 *  Resolved [jherrera33](https://wordpress.org/support/users/jherrera33/)
 * (@jherrera33)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/scrollable-video-background/)
 * Many thanks for your hard work in creating and supporting this plugin.
 * When the container field is set to **body**, the video background possition is
   fixed. How can I have the container as **body**, but change the video position
   to scroll?
 * [https://wordpress.org/plugins/video-background/](https://wordpress.org/plugins/video-background/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [blakedotvegas](https://wordpress.org/support/users/blakedotvegas/)
 * (@blakedotvegas)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/scrollable-video-background/#post-7583545)
 * 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.

 * ![](https://ps.w.org/video-background/assets/icon-256x256.png?rev=2774411)
 * [Video Background](https://wordpress.org/plugins/video-background/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-background/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-background/)
 * [Active Topics](https://wordpress.org/support/plugin/video-background/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-background/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-background/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [blakedotvegas](https://wordpress.org/support/users/blakedotvegas/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/scrollable-video-background/#post-7583545)
 * Status: resolved