Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m interested in this as well..

    This worked for me in the CSS

    max-width: none !important;
    max-height: 100% !important;

    Just find your div or class and add that to it.

    Hope that works for you or anyone looking for how to make the slider full screen. Here is exactly what I used for my theme to give you an idea

    #ez-feature-top-container  {
        max-width: none !important;
        max-height: 100% !important;
    }
    Tim Carr

    (@n7studios)

    Please raise a support query via our web site – these support forums are for the free version of the plugin only.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full-screen slider’ is closed to new replies.