[jQuery] Last two list items aren't being displayed in jCarousel?

2009-07-28 Thread oswaldcobblepot
Can anyone tell me why this is happening? It looks like the width on ul#carousel is too short, and if I increase it in Firebug it reveals the last two thumbnails, but I don't know how or where this gets set. Could anyone shed some light as to why the last two items are getting cut off here?

[jQuery] Re: Galleria: Transition effects and image loading when using custom thumbnails

2009-07-26 Thread oswaldcobblepot
://devkick.com/lab/galleria/demo_01.htm)... is this just the way it has to work, or has anyone found a way around it? On Jul 26, 5:19 pm, oswaldcobblepot oswald.cobble...@gmail.com wrote: Hi everyone, I've implemented a photo gallery using Galleria and jCarousel on my site, and have chosen to use

[jQuery] Galleria: Transition effects and image loading when using custom thumbnails

2009-07-26 Thread oswaldcobblepot
Hi everyone, I've implemented a photo gallery using Galleria and jCarousel on my site, and have chosen to use custom thumbnails instead of having Galleria generate them for me from the source images. As far as I can tell, there may be an advantage in conserving bandwidth with this method, but

[jQuery] Help with variable passing and jCarousel callbacks

2009-07-19 Thread oswaldcobblepot
Hi everyone, I think this is probably an easy thing to fix, I'm just a bit lost at the moment. I have a photo gallery up and running that uses the Galleriffic plugin alongside the jCarousel plugin, and I am currently trying to get the carousel to scroll along with the displayed image. I know

[jQuery] Re: Help with variable passing and jCarousel callbacks

2009-07-19 Thread oswaldcobblepot
NM, dumb question. Got it working. On Jul 19, 4:14 pm, oswaldcobblepot oswald.cobble...@gmail.com wrote: Hi everyone, I think this is probably an easy thing to fix, I'm just a bit lost at the moment. I have a photo gallery up and running that uses the Galleriffic plugin alongside

[jQuery] Galleria plugin - can it degrade to thumbnails instead of full-sized images?

2009-07-12 Thread oswaldcobblepot
Hi everyone, I've been doing some work with jQuery photo galleries and have found myself running up against this problem again and again (disclaimer: I'm totally not a javascript expert): My requirement is to build a gallery/slideshow that can potentially acommodate hundreds of images at a

[jQuery] JCarousel and non-image carousel items

2009-03-25 Thread oswaldcobblepot
Has anyone had any luck with turning small blocks of markup (like an unordered list or something) into items within jCarousel? What I mean is, if i have 10 list items that i want to scroll through in the carousel, and 9 of them are images while the last one is a bit of html text, has anyone been

[jQuery] Function called from a link - likely super noob stuff

2009-01-01 Thread oswaldcobblepot
Hi everyone, As the subject states, I'm sure the answer to this is on a super noob level - I'm just not exactly sure what I should be looking for here. I'm trying to plot points on a Google map using hcard information in my html. This part is working very nicely thanks to Simon Willison,