• Resolved Salpetriere

    (@salpetriere)


    Hi

    Thanks for the great plugin.

    On our website the Gutensliders height is a fixed pixel height, regardless of the device width. Is it possible to ensure that the slider utilises a responsive height?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eedee

    (@eedee)

    Hi @salpetriere,

    not by now unfortunately, it is on our todo list at high priority. Until then, a user posted a workaround:

    https://wordpress.org/support/topic/responsive-height-9/

    You can also set the slider height to a % value. That is the only options at this time. I will close this issue as the other one above is still active.

    Best,

    Niklas

    Plugin Author eedee

    (@eedee)

    Also one more workaround is, to give your slider a custom class name under the “Advanced” Tab in the block settings, e.g. myslider. Then add the following css:

    @media only screen and (max-width: 600px) { 
      .myslider {
        min-height: 400px;
      }
    }

    The css setting you want to change is the min-height value not the height. Hope that helps.

    • This reply was modified 4 years, 2 months ago by eedee.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Ensure the Sliders Height is Responsive?’ is closed to new replies.