erik-krogh / SudoSlider

The most versatile jQuery content slider
36 stars 24 forks source link

Firefox responsive bug #55

Closed sasovin closed 8 years ago

sasovin commented 8 years ago

Hi! Sometimes, such as when the window width 991px in Firefox observed to twitch 1 px image, after turning slide. http://webbies.dk/assets/files/SudoSlider/package/demos/responsive%20maxwidth.html The error due to the fact that when responsive = true, then the width of the slide has a fractional value. No rounding. http://joxi.ru/MAj17VxHvJ06B2 Thanks! Good slider!!!

webbiesdk commented 8 years ago

It is something I've had issues with before, I'll take a look at it again, and see if i can get rid of it.

webbiesdk commented 8 years ago

Ok, i made sure the individual slides have a whole number width now. Doesn't seem to affect the animations.