[TYPO3-shop] Re: Re: Is it possibly to have individual ’clickEnlarge’ setting for each image?
Jogvan Olsen
jo at atlanticvideo.dk
Sun Aug 31 11:19:18 CEST 2008
Franz Holzinger skrev:
> Jogvan Olsen a écrit :
>
>> I use tt_products v 2.5.5 with separate images.
>>
>> Is it possibly for me to have different ’clickEnlarge’ settings for
>> each image in single view?
>>
>> I would like to have something like this:
>>
>>
>> SETUP:
>> plugin.tt_products.conf.tt_products.ALL.image.pix1 {
>> wrap = |<br />
>> file.maxW = 500
>> file.maxH = 300
>> clickEnlarge = 0
>> }
>>
>> plugin.tt_products.conf.tt_products.ALL.image.pix2 {
>> wrap = |<br />
>> file.maxW = 200
>> file.maxH = 100
>> clickEnlarge = 1
>> }
>>
>> is this possibly?
> There is no clickEnlarge setup. See the TSref manual for IMAGE.
> In setup you can use imageLinkWrap instead of the constant clickEnlarge.
>
> Franz
>
>
Thank you for pointing to the solution…
---
plugin.tt_products.conf.tt_products.ALL.image.pix1 {
wrap = |<br />
file.maxW = 150
file.maxH = 300
}
plugin.tt_products.conf.tt_products.ALL.image.pix2 {
wrap = |<br />
file.maxW = 250
file.maxH = 450
imageLinkWrap = 0
}
----
Jogvan Olsen
More information about the TYPO3-project-tt-products
mailing list