nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

Fix for container sizing & resizing #14

Closed Strydom closed 9 years ago

Strydom commented 9 years ago

From what I could tell using cwidth() didn't accommodate for padding or margins. I removed the cwidth() function and replaced all occurrences with .outerWidth(true);.

nir9 commented 9 years ago

Thanks