Closed moraitis closed 7 years ago
I discovered that the vertical responsive resizing is caused primarily by the animation attribute, but also has trouble with the paging indicators if smoothHeight is set to true.
animation: "slide",
smoothHeight: true,
If the animation attribute is set to fade, and the smoothHeight is set to false, then both instances resize as desired:
animation: "fade",
smoothHeight: false,
Here is the example with everything working as expected: https://moraitisdesign.com/happyjournalhappylife/lookinside/lead-pages-two-items-v5.html
And here is the final result on my Leadpages landing page: https://happyjournalhappylife.com
My goal is to have two flexslider instances on one page.
I am running into a problem where resizing the window is not causing the flexslider instances to be responsive and resize with the window. In this example you can see the instance on the left partially resizing and the instance on the right not resizing at all: https://moraitisdesign.com/happyjournalhappylife/lookinside/lead-pages-two-items-v2.html
I think I have the set-up right, but I am unsure how to bring back the responsive resizing that I could achieve with one instance.
Here is the HTML:
Here is the javascript: