• I am looking for a slider that will go full-width and auto size to the height of window/div placing navigation buttons always at the edge of the screen and which sizes the image in the slider to the maximum height allowed in the space.

    Here is an example of a website that has a slider that function this way Rod Grim

    I am looking for a theme that does this or just a plugin that I can use in another theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you might want to look at flex-slider located at https://flexslider.woothemes.com/.

    Thread Starter jeskey

    (@jeskey)

    That is a nice slider but like all the others implementations I have looked at adjusting only the height of a window does not rescale the image. I am not an expert on CSS but perhaps it is the way the div is defined not to react to height changes just width changes.

    div class="flex-viewport" style="overflow: hidden; position: relative;">
    <ul class="slides" style="width: 2400%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);">
    <li class="flex-active-slide" style="width: 992px; float: left; display: block;">
    <img src="images/kitchen_adventurer_cheesecake_brownie.jpg">
    </li>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Looking for a Full-Width slider with auto-sizing image’ is closed to new replies.