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; }
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; }