woocommerce / FlexSlider

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

Fixed size of Flexslider #1619

Closed rzrz closed 2 months ago

rzrz commented 7 years ago

the flexslider is displaying post content and the images I'm using are the same sizes (679px*380px) but flexslider keeps jumping when it transits from one slide to another.

I've tried this css but images got distorted instead. How can I fix this issue? .slider-wrap .flexslider { width: 1050px; height: 380px; } .slider-wrap .flexslider .slides img { width: 679px; height: 380px; }