[TYPO3-commerce] teaser image dimensions

Katja Lampela katja.lampela at lieska.net
Wed May 11 21:26:44 CEST 2011


Again, search for hours, writing here and immediate solution found :)

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

11.5.2011 22:23, Katja Lampela kirjoitti:
> Hi,
> I have TYPO3 4.5.2 and commerce 0.12.5
> This is really a mission impossible, and so strange, even editing in TSOB doesn't help..
>
> 11.5.2011 20:22, Katja Lampela kirjoitti:
>> 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