[TYPO3-commerce] teaser image dimensions

Katja Lampela katja.lampela at lieska.net
Wed May 11 19:22:21 CEST 2011


Hi,
I'm trying to change the image dimensions in category list and product list views, but these don't have any effect. Am I doing something wrong here?


plugin.tx_commerce_pi1 {
      listView.products.fields {
        images {
          file.maxH = 200
          file.maxW = 150
          }
     }
}
plugin.tx_commerce_pi1 {
	categoryListView.categories.fields {
            images {
		file.maxW = 200
		file.maxH = 150
		}
	}
}


-- 
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net



More information about the TYPO3-project-commerce mailing list