Gisle Eiksund schrieb:
>> no, the pop-up width works. The width in the detailView is the problem.
>
> ok,
> then instead of this:
>
> image {
> file.width = 135
> }
> maybe this:
> image {
> file.maxW = 135
> }
> which of course constrains only wider files.
>
> Gisle
Hi Gisle,
yes, thats it. Thanks a lot.
Daniel