[Typo3-shop] Image size problem
Franz Holzinger
franz at fholzinger.com
Tue Nov 22 08:36:13 CET 2005
Hello
> original image: 1438 * 231
> pop up image: 400 * 231
>
> another original image: 2364 * 484
> pop up image: 400 * 400
>
> Where can i change this?\
>
> NB
> All other image "manipulations works fine, by example:
> plugin.tt_products.maxW_list = 300
> plugin.tt_products.maxW_single = 220
> plugin.tt_products.limitImage= 3
> plugin.tt_products.separateImage= 1
>
> works ok
>
plugin.tt_products {
image {
file.maxW = {$plugin.tt_products.maxW_single}
imageLinkWrap = {$plugin.tt_products.clickEnlarge}
imageLinkWrap {
enable = 1
bodyTag = <body bgColor=black leftmargin=0 topmargin=0
marginwidth=0 marginheight=0>
wrap = <A href="javascript:close();"> | </A>
width = {$plugin.tt_products.maxW_popup}
height =
JSwindow = 1
JSwindow.newWindow = 1
JSwindow.expand = 0,0
}
}
}
Franz
More information about the TYPO3-project-tt-products
mailing list