Okay
  Public Ticket #839553
Prevent Scroll on Home Page Video Background
Closed

Comments

  • Eddie started the conversation

    For some reason, my home page video background (Nectar Slider) scrolls a little bit up and down. I don't want it to scroll at all. I want it to be a true full page background and that's it. How do I fix this?

  •  9,030
    Tahir replied

    Hey, 

    it to the Google Analytics Section in the Salient Theme Options Panel -> General Settings Section :

    <script type='text/javascript'>
    
    jQuery( document ).ready(function() {
       jQuery('body.home').parents('html').attr('style','overflow-y:hidden !important;');
       jQuery(window).resize();
    
    });
    
    </script>
    


    Best.


    ThemeNectar Support Team