I've searched high and low to solve this problem but maybe someone can point me in the right direction...please.
I'm working on a news site. I have a main page that being created with the views and panels modules, and I'm using taxonomy and custom node types (from copying story module) to create sections like nation, local, opinion, etc.
On the main page at the top I have a lead article. I'm using the excerpt module to create the teaser with the image. And image assist to put one image in the teaser and one in the body, separately - which is fine by me. Currently, I'm using the same size (large) picture in the teaser as in the body. I'm doing this of course to get that lead story look that news sites have.
The problem is, when the section (that is, taxonomy term) is viewed which contains this article, the teaser of course has a large image. And it doesn't look good. I'd like for the images in the sections to be thumbnailsl. Is there any way - maybe a php snippet or something - where I can have the teaser for a certain page with a certain term show the same size image as the one in the body and in the sections only it shows the thumbnail image? (I say certain page and certain term because on the same page for the 2nd headline I'm using the regular thumbnail image and I would want to change this, just for the lead article.)