Title: Master Slider Loading Issue
Last modified: August 31, 2016

---

# Master Slider Loading Issue

 *  [bgoerzen88](https://wordpress.org/support/users/bgoerzen88/)
 * (@bgoerzen88)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/)
 * I’m having an issue with the way Master Slider is loading. When I go to my site
   [http://myterracare.com/](http://myterracare.com/) the slider takes a few seconds
   to load. I understand that it has to load the first image, but my issue is with
   the fact that there’s no height until an image is loaded. It makes the page jump
   and throws off styling until the page is fully loaded.
 * I have load slides in sequence selected and have also enabled cache. Even with
   these settings, the slider seems to load after everything else on the site has
   loaded.
 * Any help or suggestions?
 * [https://wordpress.org/plugins/master-slider/](https://wordpress.org/plugins/master-slider/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [bgoerzen88](https://wordpress.org/support/users/bgoerzen88/)
 * (@bgoerzen88)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7452734)
 * Just updated the stylesheet as of now to have set heights at different breakpoints
   on the master-slider-parent class. Still would like a fix for my above issue 
   though.
 *  [Averta Support](https://wordpress.org/support/users/averta-support/)
 * (@averta-support)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7452864)
 * Hi, You are using Master Slider PRO.
    Please ask your question in Master Slider
   PRO forum: [http://support.averta.net/envato/support/item/master-slider-wordpress-plugin/](http://support.averta.net/envato/support/item/master-slider-wordpress-plugin/)
 * Regards,
    Averta Support
 *  Thread Starter [bgoerzen88](https://wordpress.org/support/users/bgoerzen88/)
 * (@bgoerzen88)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7452907)
 * I apologize. I work for a web development company and we have just taken over
   the site for maintenance. Master Slider PRO isn’t registered to us.
 *  [Averta Support](https://wordpress.org/support/users/averta-support/)
 * (@averta-support)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7452993)
 * Hi,
    Sorry for mistake. Please give **min-height** to “master-slider-parent” 
   class. **Note:** min-height should be same size with your first slide height.
 * Regards
    Averta Support
 *  Thread Starter [bgoerzen88](https://wordpress.org/support/users/bgoerzen88/)
 * (@bgoerzen88)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7452999)
 * Thank you for the response,
    But that’s essentially what I had before, but the
   slider’s aspect ratio stays the same when you resize the browser window… so If
   I set a min-height of 560px which is the actual height of the first image… that
   would look off on a screen resolution smaller than 1920×1080, such as a tablet
   or even a phone. What I need is for the min-height to keep the aspect ratio with
   the width. Is that possible?
 *  Thread Starter [bgoerzen88](https://wordpress.org/support/users/bgoerzen88/)
 * (@bgoerzen88)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7453000)
 * would using vw and vh values maybe solve the issue? Though I don’t know if the
   javascript when resizing the window would overwrite my css?
 *  [Averta Support](https://wordpress.org/support/users/averta-support/)
 * (@averta-support)
 * [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7453060)
 * Hi,
    You need to set min-height for desktop view and use below code for responsive
   views:
 *     ```
       @media screen and (max-width: 768px) {
           body {
               min-height: 300px; //your size
           }
       }
       ```
   
 * **Note: **you need to use this code for each size of responsive view. like: max-
   width: 480px, …
 * Regards
    Averta Support

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Master Slider Loading Issue’ is closed to new replies.

 * ![](https://ps.w.org/master-slider/assets/icon-256x256.png?rev=1638064)
 * [Master Slider - Responsive Touch Slider](https://wordpress.org/plugins/master-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/master-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/master-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/master-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/master-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/master-slider/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Averta Support](https://wordpress.org/support/users/averta-support/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/master-slider-loading-issue/#post-7453060)
 * Status: not resolved