I have a jCarousel setup that has users click thumbnails to replace a larger image. It works fine in Webkit, but clicking the smaller thumbnails in Firefox opens the image in a new window. Thoughts?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem Len was having was jCarousel was returning the error:
The error text is pretty self-explanatory. This is usually fixed by either explicitly defining the width or height of the item in HTML or CSS (whichever is appropriate for the element), or using the init option itemFallbackDimension when initializing jCarousel in your Javascript file. For example:
The itemFallbackDimension will be the width if your carousel is horizontal, or height if it is vertical (IIRC).