kswedberg / jquery-carousel-lite

A jQuery carousel plugin based on jCarouselLite by Ganeshji Marwaha
MIT License
177 stars 59 forks source link

responsive link href typo #25

Closed bcrowe closed 11 years ago

mountainash commented 11 years ago

Still an issue (live) on http://plugins.learningjquery.com/jcarousellite/demo/

Bad: http://plugins.learningjquery.com/jcarousellite/demo/responsieve.html

Working: http://plugins.learningjquery.com/jcarousellite/demo/responsive.html

kswedberg commented 11 years ago

Sorry. Forgot to deploy that to the site. Fixed now.

mountainash commented 11 years ago

On that (let me know if you want it raised as a new issue), but it's not very responsive. In Chrome (28.0) making the screen narrow causes the left side of the paragraphs to be cut off. Making the window smaller again causes horizontal scroll (when I'd really expect the scroller to change to 1 item being visible). Larger screens should show more than 2 items (if there is room).

mountainash commented 11 years ago

I'd also say that changing the number of visible items on resize would be better for images and other [normally] fixed width content.