[TYPO3] imageLinkWrap: what did I missed?

Xavier Perseguers typo3 at perseguers.ch
Sat Jul 12 15:12:38 CEST 2008


Hello,

I'm using TV and when I modify the DS to show

<TypoScript>
<![CDATA[
	10 = IMAGE
	10.file {
		import = uploads/tx_templavoila/
		import.current = 1
		import.listNum = 0
		minW = 150
		maxW = 150
		minH = 150
		maxH = 230
	}
	10.imageLinkWrap = 1
         10.imageLinkWrap {
                 enable = 1
                 bodyTag = <body bgColor="black">
                 wrap = <a href="javascript:close();"> | </a>
                 width = 200
                 height = 200m
                 JSwindow = 1
                 JSwindow.newWindow = 1
                 JSwindow.expand = 17,20
         }
]]>
</TypoScript>

it shows the picture I chose with given maxW and maxH (150 and 230) and 
resizes it successfuly. However the imageLinkWrap opens a popup with 
good ratio H/W within 200x200 but does not resize the image itself. This 
leads to a "small" popup showing the original image that isn't resized.

What did I missed?

BTW: I tested it without TV and the result is the same.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en


More information about the TYPO3-english mailing list