sets width and height of the cell
| width | string|number | number for exact width or "auto" for auto-adjust |
| height | string|number | number for exact height or "auto" for auto-adjust |
myCarousel.setCellSize(width, height);
auto-adjusting calculates width and height depending on the specified left and top offsets
Back to top