• First of all: great theme and that it has been built on Foundation is a big plus!

    I have just started playing around with it and I noticed that when you set the slider effect to “fade”, big images overflow vertically.

    This can easily be solved by adding the following line to your custom css OR child theme:

    .flex-active-slide {
    	overflow: hidden;
    }

    Hope this helps anyone with the same problem

  • The topic ‘fade effect slider shows whole height of image’ is closed to new replies.