[Typo3] Max width of enlarged image is only 1000 ?

Francesco di Francia darksky77 at email.it
Thu Oct 13 20:03:09 CEST 2005


Hi,

when i use the "click to enlarge" option i need to display to my users 
images of, usually, 1024x768 ( they are screenshot ).
I use this code in my root TS:

# ---------- CLICK-TO-ENLARGE --------- BEGIN -----------
tt_content.image.20.1.imageLinkWrap {
    width = 1024m
    height = 768m
    parseFunc.tags.link.typolink.JSwindow_params =
scrollbars=1
    bodyTag = <BODY style="margin: 0; background: #ffffff;">
}

tt_content.textpic.20.1.imageLinkWrap {
    width=1024m
    height=768m
  }
# ---------- CLICK-TO-ENLARGE --------- END -----------


..but only the windows seems to be sized to 1024. The image is only 
1000x700.
So i checked 
this:http://typo3.org/documentation/document-library/doc_core_tsref/imageLinkWrap/

and i found that the max value for the parameter WIDTH is 1000.
Do i need to hack the core ?
Or there's a way to obtain 1024x768 image ?

Thanks a lot

Francesco





More information about the TYPO3-english mailing list