The image is not resized on the taxonomy page leaving it up to the css to scale the image.

Comments

lsolesen’s picture

Version: 7.x-2.0-rc1 » 7.x-2.0-rc4
vasike’s picture

Status: Active » Closed (works as designed)

The collection pages are customized by Commerce Kickstart Taxonomy and they are not using at all the Display (view mode) of Term page.
So there we have 1 page view (admin/structure/views/view/collection_products/edit/page) which is a list of the nodes for the Collection Term grouped by Category
+ header for this View where we have a Views Block (admin/structure/views/view/collection_products/edit/block_1) to get Categories available for the Collection Term.

So actually the Collection term data (as collection banner image) are added in the "views-view--collection-products--page.tpl.php" template using a hook_preprocess_views_view() function to set the template variables.

So you could do the same approach for your needs - theme overriding for this View template.