CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Slides dissapear after 34th panel #627

Closed awarner023 closed 8 years ago

awarner023 commented 10 years ago

I'm running into an issue where the slides will not display beyond the 34th panel.

http://www.harimari.com/pages/lookbook-2015

The total width of the ul.anythingbase is 38472px so with panels at 916px wide each I technically should be able to house 42 panels without it breaking, right?

Can someone take a look and please advise? Thanks!

Mottie commented 10 years ago

Hi @awarner023!

It appears that the css being used is very old. If you search the compressed bootstrap.css file you'll find this line:

.anythingBase{max-width:32766px}

Remove it.

The reason it was there was to prevent an issue with older versions of Opera - see the FAQ about it here

awarner023 commented 10 years ago

Hi Mottie,

This was absolutely the issue. Thank you for helping me out so quickly. I spent hours looking in all the wrong places! Thanks again!