mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
342 stars 91 forks source link

Use decimal values when calculating carousel's items size and spacing. Resolve #1303 #1304

Closed atma closed 8 years ago

atma commented 8 years ago

All the major browsers are using already sub-pixel rendering of fractional pixels. IE<=9 still uses math rounding (nearest integer) and older android browsers rounds down.