[kupu-dev] changing image sizes breaks images Kupu 1.4.2

Marie Robichon robichon at esrf.fr
Wed Sep 19 10:56:40 CEST 2007


Hi everyone,

I am testing Kupu 1.4.2 on a Plone 2.1.4 site and have come across the 
following two problems/questions:

1. How do I configure kupu to show the preview image in the image drawer?

in kupu_library_tool/zmi_resource_types, have set up an action url thus:

type: image
preview: string:$object_url/image_thumb
Normal Image: string:$object_url
fieldname: image
default_scale: image_preview
classes:
type (dropdown): Image

That works but I am not sure if this is causing the problem below:

2. images are broken when size is changed, to reproduce:

- Insert an image in default size (preview), the resulting img src is 
"myimage.gif/image_preview"
- select the image and open the image drawer again and change size to 
tile for example,
- the image is broken and the resulting img src is 
"myimage.gif/image_preview/image_tile"

I have tried removing the action url to see if this changes anything but 
it doesn't..

Thanks in advance for your help

Best regards

Marie Robichon




More information about the kupu-dev mailing list