richardscarrott / jquery-ui-carousel

jQuery RS Carousel is a responsive and touch-enabled carousel written on top of jQuery and the jQuery UI Widget Factory providing a full and familiar API in less than 2.6kB minified and gzipped.
http://richardscarrott.github.io/jquery-ui-carousel/
192 stars 56 forks source link

[bug] runner width for ie8 differs to ie9 #48

Closed ndu closed 11 years ago

ndu commented 11 years ago

info: adding items to the runner may cause round problems in different browsers

method: _setRunnerWidth

old line: return self._getItemDim() * self.getNoOfItems();

Solution: new line: return Math.ceil(self._getItemDim() * self.getNoOfItems());

richardscarrott commented 11 years ago

Fixed in https://github.com/richardscarrott/jquery-ui-carousel/tree/0.10.7

flachware commented 6 years ago

hi @ndu, my apologies, this might be considered inappropriate, but in the lack of other possibilities i’d like you to contact this way.

i would like to set up a github organization for a university that happens to be called 'ndu'. as i haven’t seen any other activity for your user name i was wondering if you would be willing to leave your user name to that organisation. if so, please contact me by email: johannes.krtek@flachware.com.

many thanks in advance!