fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 204 forks source link

problem with more than 60 items #58

Open ahmaniea opened 12 years ago

ahmaniea commented 12 years ago

Hi,

Thanks for your effort, I really like roundabout.

I've noticed weird behaviour when there are 60 or more items in the carousel. The focused item is no longer on the top, but covered by some other items. The problem is demonstrated here: http://www.businessmaker.fi/testing/testing.html

Is roundabout limited to 60 items or have I missed something?

thanks in advance,

EnigIVIa commented 12 years ago

I found out the reason for this strange behaviour is the minZ and maxZ option. The script is using a bigger delta than 1 for the Z-Index between the slides. By default minZ=100 and maxZ=280 so you got 180 which is 3*60. Just set a bigger range for the Z-Index.

yanjiachen commented 7 years ago

I found the problem too,Have you solved it?