Greetings,
I would like to change the flex-viewport generated by the module automatically:

<div class="hmflex-viewport" style="overflow: hidden; position: relative;">

I thought I would be able to do so by changing the Namespace under the Advanced Options section of the module optionset. The reason is that I would like to display the slides coming before and after the current slide.

Is there a simple way to do so?

Thank you very much.

Comments

lias’s picture

Title: How to change flex-viewport from auto overflow hidden? » How to change flex-viewport from auto overflow hidden? -- SOLVED

To make the viewport overflow visible use the following in your css:

overflow: visible!important;

minorOffense’s picture

Status: Active » Closed (works as designed)

You can also configure FlexSlider to show more than one slide per "slide". A carousel essentially.

You can see a demo here:

http://flexslider.woothemes.com/carousel-min-max.html

There should also be an example in the flexslider_example sub-module in the 2.x module.

lias’s picture

Thank you for the link. I was unable to figure out how to make the slides "circular" so that rather than ending at the last slide it would show like this:

> c > a > b > c > a > b > c > a ...continuously.