Posted by joachimroeleveld on September 2, 2010 at 4:22pm
Hey,
I made a new setting called 'thumbnail' in ImageCache that is scaling every image that has to be a thumbnail to 100x100, and I created a new field in type 'blog item' in content types so I can add a thumbnail to every blog post.
Now i want to customize that thumbnail that shows up in every blog post, and I tried to find a css file for that, but i can't find anything that's referring to it.
Does anyone know how i can customize it?
Thanks
__
Edited by WorldFallz - nothing to do with module development, moved to appropriate forum.
Comments
I'd be interested to know the
I'd be interested to know the answer to this too.
for example, how can simple css be added to generated images by imagecache? ie style={margin: 0 15px 10px 0;}
the image has a custom class,
the image has a custom class, like 'imagefield imagefield-field_your_imagecache_setting', check it out with firebug. So you can do what you want in CSS.
Hope this helps
Sam
my blog
Thanks Sam. I managed to set
Thanks Sam. I managed to set up a class, but overrode the full class name for a shorter one, just using the name of the action I defined, to get imagecache to produce the image.
I can't manage
I can't manage it, but in firebug I see the HTML file where the field is placed, i want to edit that page, but I don't know the path or how to edit it.
It seems to be a HTML from my blog page (home page), but so far I know, Drupal doesn't use HTML isn't it?