jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 736 forks source link

Pagination not loading correctly once I upload to server #717

Closed r-cal closed 10 years ago

r-cal commented 10 years ago

My pagination numbers are not loading correctly once I upload my pages to the server. I know this might sound like a server problem but I wanted to check here first.

Example I have 10 pictures and pagination will only show 1 maybe 2 or 3 items. Once I reload I get all the pages. But when I tried isolating the problem and ran my page locally it worked fine, i then uploaded my test page to the server and the problem came back ><.

Any thoughts?

jsor commented 10 years ago

Looks like you haven't defined a width for your carousel items. I can only say more if you post a link to your setup and i can look at your implementation.

r-cal commented 10 years ago

jsor thank you very much. That fixed everything. I appreciate your quick response =)

r-cal