[TYPO3-UG US] Making pop-up image (click enlarge) show larger than 800 x 600

Patrick Gaumond patrick at typo3quebec.org
Fri Aug 24 22:40:20 CEST 2007


Haines, William J wrote:

> Thank you.  I don't have administrative rights, but I see that the suggestion to make would
> be to change the SETUP code to the width and height I want.  One more question, please?  

> I only want the images to click-enlarge larger, if you will, for one page.  Is that possible?

Ask your administrator to create an "extension template" and the code there.

And ext+ template is usually a tiny template (in this case with only the 
SETUP field filled with the code mentionned).

If you do it that way, if your page has sub-pages they will have that 
parameter changed also.

If you really want it on a precise page you can also use "conditions" 
and set the TS for the page id you need in the main template of your site.

TS SETUP to add if your page is id=32:

[globalVar = TSFE:id = 32]
tt_content.image.20.1.imageLinkWrap {
   width=333
   height=333
}
tt_content.textpic.20.1.imageLinkWrap {
   width=333
   height=333
}
[global]

Then page 32 images will be set to a fixed 333 pixels width and height.

Hope it helps,

Patrick


More information about the TYPO3-UG-US mailing list