Posted by kass on October 27, 2008 at 10:08am
Jump to:
| Project: | jcarousel block |
| Version: | 6.x-1.4 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
first of all i want to thanks for this great module, it's very awesome but i have a little problem about it.I want to set size of it.Now its width is about 240px but i want it wider than this.I change it in css but only background box that get wider, contents aren't get wider.What should i do??? please help me.
thanks.
Comments
#1
Do you mean the background box which holds the images? That's set per skin.
You may look into your skin.css, in
jcarousel_block\jcarousel\skins\ie7 or \jcarousel_block\jcarousel\skins\tango .
You can also make your own skin.
#2
I would like to know if I can change the size of the images of the jcarousel_block? and how can I do it? I want to show the images bigger!!!
#3
is the creator of this module still alive??????????
#4
is the creator of this module still alive??????????
#5
I hope this helps:
http://drupal.org/node/405650
If it does, please close the thread.
#6
Hello! it does not help!!! I would like to be able to resize the images!!!! make them a lot bigger!!!
#7
Do you mind posting more details?
Maybe tell us what you did?
And I dont understand why you finish your sentences with !!!!!!
#8
I have this module installed in my site and I want to use it in a photo gallery, the field_photo_gallery is the one that uses the jcarousel_block and it work's fine! what I want is to change the size of the images that are being displayed inside the carousel... I mean the thumbs... how do I change that size? and sorry for the !!!!!
#9
hello, i guess u can use imagecache to create presets for your thumbs
#10
dark_kz, thats not possible.
the module just dont have any options to do that.
#11
lizbethalml,
I'm sorry i didnt reply earlier.
Only today i found some time to test this and you're right, it cant be changed on the skin.css file, as explained on the documentation page created by me.
Jcarousel_block is just using Imagefield to generate the thumbs.
But the Imagefield module does not provide an easy way to change the thumbnail settings, yet.
What you can do is:
Go to your imagefield module folder, open imagefield_file.inc on your text Editor and search for the following and change according to your needs:
$info = image_get_info($source);$size = explode('x', variable_get('imagefield_thumb_size', '100x100'));
As you can see 100x100 is the default size for thumbnails, I made a very quick test and changed those numbers and it worked on Jcarousel_block.
So that might be all you have to do but if you're feeling extra adventurous you can try the patches provided in these threads:
- http://drupal.org/node/305621
- http://drupal.org/node/307503
- http://drupal.org/node/402014
#12
Doomed it's incredible!!! I mean you are!!! thank's a lot!!! I've spent six months waiting for that solution and it is great!!! thank you so much!!!!
#13
You're welcome. I'm glad i can help.
#14
Hi !
I'm not very aware of code, but I use jCarousel on my website (using Wordpress : www.passagetomumbai.com) and I would like to change the size of the jCarousel block (not the size of the images), just the height.
Could you please help me, I don't know what to modify and where !
Thanks a lot !
#15
Chouyo, check http://drupal.org/node/405650
#17