Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Yes, there was a bug with the ‘min-height’ slide setting, which I fixed today – please update to version 2.0.5.

    The Slide ‘min-height’ used to use pixels but now has 3 main options:
    – A percentage of the slide width
    – 16:9 Aspect Ratio
    – 4:3 Aspect Ratio
    I you do not want a ‘min-height’, set the setting to use percentage, and then set its value to 0%.

    I decided to switch to percentages for min-height as this is a much better solution for responsive behaviour – and it should have been like this from the beginning.

    @simonpedge – is it possible to have pixels as an option in addition to percentages and aspect ratios?

    • This reply was modified 7 years, 5 months ago by Wolf.
    Plugin Author simonpedge

    (@simonpedge)

    Yes, that’s a good idea. I’ve added this to my future To-Do list for Slide Anything. I want the dust to settle now that version 2.0 (all the bug fixes done), get most people onto version 2.0 before making further changes. So will implement this probably in the next week or two…

    Hi Simon,
    The slider at my website is now completely broken with this change from pixel to percentage on min-height. How can I fix this?

    I have already re-save the settings, cleared the cache wit no success.

    https://www.gofree.com.br/site/

    Thanks

    Plugin Author simonpedge

    (@simonpedge)

    Try the following CSS:
    slider {
    height:auto !important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Min-height’ is closed to new replies.