Sized picture in HTML-Export

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
Post Reply
de-37091

Sized picture in HTML-Export

Post by de-37091 »

Hi,
my pictures in the movie Catalog are 1600x1000 pixel.
The html-export need a function to resize this picture to a specify size e.g. 400x250 with keept the ratio.

Thanx

PS: moviecatalog is very nice tool
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Currently you have to use an external program to make this resize on the exported images.
I plan to add resizing options in the future, but I cannot say when.
Guest

Post by Guest »

For me this works fine to keep the picture at normal (Large) size.
<img src="$$ITEM_PICTUREFILENAME" width="150" height="225" ></td>
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Sure but this does not make the pictures smaller. When the pictures are very larges it is quite annoying if you want to put them on a site.
Guest

Post by Guest »

you need GD for this work

GD2+ PHP
DE-37091

Re: Sized picture in HTML-Export

Post by DE-37091 »

I've found it in the option dialog. :-\

Thanx
Post Reply