[TYPO3-english] Link a thumb to a big image

Simone Paolinelli paolinelli at mediaus.it
Wed Nov 21 17:15:24 CET 2012


Hi to all, I need to create a thumbnail and a link to a large image with 
typoscript.

I wrote this TS but I don't know how to link the typolink to the big 
image (temp.bigImage).

Can anyone help me?
Thanks in advance!
Simone


temp.bigImage = IMAGE
temp.bigImage {
   import = uploads/photos/
   import.current = 1
   file.maxW = 1000
   file.maxH = 760
}

10 = IMAGE
10.file {
   import = uploads/photos/
   import.current = 1
   import.listNum = 0
   width = 320c
   height = 240c
}
10.altText.field = field_title
10.titleText.field = field_title
10.stdWrap.typolink {
   wrap = <p>|</p>
   ?????????????????HELP??????????????????
}


More information about the TYPO3-english mailing list