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

dsy73’s picture

I 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?

fabsor’s picture

Status: Active » Needs review

If 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.

dsy73’s picture

Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community

Thank you, I enable the "ImageCache UI" and change all presets (width/2). It seems to work.

fabsor’s picture

Status: Reviewed & tested by the community » Fixed

Alright! Setting this to fixed then.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.