Closed (won't fix)
Project:
jcarousel block
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2008 at 10:08 UTC
Updated:
2 Mar 2011 at 01:11 UTC
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
Comment #1
yang_yi_cn commentedDo 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.
Comment #2
lizbethalml commentedI 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!!!
Comment #3
lizbethalml commentedis the creator of this module still alive??????????
Comment #4
lizbethalml commentedis the creator of this module still alive??????????
Comment #5
doomed commentedI hope this helps:
http://drupal.org/node/405650
If it does, please close the thread.
Comment #6
lizbethalml commentedHello! it does not help!!! I would like to be able to resize the images!!!! make them a lot bigger!!!
Comment #7
doomed commentedDo you mind posting more details?
Maybe tell us what you did?
And I dont understand why you finish your sentences with !!!!!!
Comment #8
lizbethalml commentedI 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 !!!!!
Comment #9
dark_kz commentedhello, i guess u can use imagecache to create presets for your thumbs
Comment #10
doomed commenteddark_kz, thats not possible.
the module just dont have any options to do that.
Comment #11
doomed commentedlizbethalml,
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:
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
Comment #12
lizbethalml commentedDoomed 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!!!!
Comment #13
doomed commentedYou're welcome. I'm glad i can help.
Comment #14
Chouyo commentedHi !
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 !
Comment #15
doomed commentedChouyo, check http://drupal.org/node/405650
Comment #17
yang_yi_cn commented