I'm building a customer a website in Drupal using Drupal 7 and the adaptive image module.
Drupal 7 core has integrated support to edit fields in Taxonomy and add an image field. However when I apply the Adaptive Image style to the images, instead of displaying properly, they display the full-size image.
If you visit www.webnphone.com/webnphone, you can see what I mean. The side panels are displaying properly with the adaptive style, but the files are coming from a custom content type (business listing). The bottom images are static at the moment because of this bug. Now, if you visit http://www.webnphone.com/webnphone/?q=storetest you can see the taxonomy images displayed incorrectly with the adaptive image style.

Comments

n1k’s picture

The custom content type overrides the path as it seems.

http://www.webnphone.com/webnphone/sites/default/files/styles/business_card/public/listing_images/business_cards/baking.png

This causes the adaptive style not being applied anymore.
The second link doesn't work anymore.

sanduhrs’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Status: Active » Closed (works as designed)

* Added image field to taxonomy
* Added adaptive style to the image
* Added a new taxonomy term
* image is styled as expected

Please reopen if you can provide more info.