Hello
My images are too big in the front page. I would like to understand how are scaled the images in promos:
I have grid-34, grid-22 or grid-11 imagecache preset applied to my images in promos but I don't understand where these rules are managed. I tried several image sizes.
I guess the ns_promo_topic view contains the information:
- Fields = (Image) Content: File
- "Use dynamic formatter" = ?
Is there any document about image scaling?
This issue is about articles not promos:
http://drupal.org/node/1153986
Comments
Comment #1
dsy73 commentedI found this info in the documentation:
Promos are styled dynamically, using information from the Style to which it refers. The style contains information about ImageCache presets and CSS classes, and some more markup information. It was originally a node type, but was moved to a completely own object type to reduce the number of views and node loads necessary to create topic pages. The styles are currently kept in code only, but there are plans on an interface for editing and creating new styles.
Does the interface for editing and creating styles exist?
Comment #2
fabsor commentedIf you want to change this configuration, you need to enable Imagecache UI. Once that is enabled, you can change how the different styles are rendered.
Comment #3
dsy73 commentedThank you, I enable the "ImageCache UI" and change all presets (width/2). It seems to work.
Comment #4
fabsor commentedAlright! Setting this to fixed then.