Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS AnythingSlider height question – v1.2

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31000
    tony_css
    Member

    hi,

    I’m using AnythingSlider v1.2. Is it possible to not to set a fixed height? In my case, each slide may have content of different length. I don’t want to set the height of the slider control to a fixed value, which may leave a big blank space.

    I tried to remove
    .angthingSlider {height: …
    .angthingSlider .wrapper {height: …
    .angthingSlider .wrapper ul li {height: …

    but it didn’t work

    Please help.

    Thanks

    Tony

    #69882
    jamygolden
    Member

    I don’t think you can do that with AnythingSlider v1.2. Try out version 1.4

    #92210
    teignoo
    Member

    Hello,

    Same question regarding version 1.4.

    Every <li> I have has a different height, usually with an overflow. height: auto for the content doesn’t work.
    Any possible solution?

    Thank you.

    Vitali

    #92220
    teignoo
    Member

    Found the solution. Had to have: resizeContents: false,

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.