I used the carousel integrated with views. It does work in all Browsers excet WebKit based browsers. In chrome when i hit reload, the images are not displayed anymore, only the buttons for next, prev. The ul and li containing the images are set to width:0 height:0.
This is a bug encountered in jCarousel Lite as you can read here
http://geeksandgod.com/forums/web-development/html-/-css-/-javascript-/-...
I have not yet found a workaround. Will report if I do, but maybe this years old bug could be addressed and solved.
PS: It seams in has something to do with the caching behaviour of webkir browsers. Workaround seem to be putting the
right after the element as $(document).ready seems not to work correctly in this case.
Comments
Comment #1
DizzyC commentedOK, found a solution. I added width="nn px" and height="nn px" attributes to the pictures i am displaying in the carousel and now it does work in chrome also.
I find this should be at least noted in the readme file or the documentation of the project.
Hope this helps someone.
Cheers
Comment #2
neclimdul