Hey this module is exactly what I was looking for.
Setup in Diplay select field of CCK is the simpliest and smartest solution.
I found it out without left right arrows and thumnails below. With those two features it would be the best CCK ImageField solution in whole Drupal world :). Simlicity and lightweight is what that module make the winner.
Are you planning to add arrows and thumbs ?
Thanks

Comments

benone’s picture

Hey again. I found dev version which is with arrows what is really cool :)
My question is how to center images ?
I understand the width and height of main div (.jquery_slideshow) comes from imagecache preset.

I scale pics to 600 width or 600 height , it depends if pic is horizontal or vertical.

So what is really annoying is the 150px space between 600x450 picture and arrows and if pic is 450x600 its on the left.
It looks really weird.

I understand why its done like that so my question is only about centering in horizontal and vertical.

I can add black background to div.jquery_slideshow and I have square 600x600. Then what to do to get 600x450 and 450x600 pic on the centre of that square instead of left and top ?

600x450 its an example ofcourse so the pic can also be 200x600 then i need to center it also but in this case I cant use top: and left: CSS because the size of pics is always different, sometimes it can even be 400x400 , because I do not let upscaling. Then I need to center 400x400 pic inside 600x600 div.jquery_slideshow.

I hope you understand what the problem is.

Any ideas ?

Many thanks for good and simple module.