woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.92k stars 1.69k forks source link

Responsive issue #1724

Closed electroheadfx closed 6 years ago

electroheadfx commented 6 years ago

Hey, When I resize the windows, flexslider doesn't always find the good size: http://host.electroheadfx.fr/efxbox/laurent/Capturedecran2018-06-20a10.09.53.png

is it possible at windows event to re-init the bxslider like it was created in fly in JS ? else not is it possible to destroy flexslider then I can re-construct on the new windows ?

thanks

RichardHuynh3004 commented 6 years ago

Same problem. Solution: You can use this: start: function(slider){ $('.flexslider').resize(); },