Subject: | Wrong img src when using --import |
The path in the <img src="..."> tag of html pages for the medium and
large image seems to be wrong if --import is used with an absolute path.
I used
album -v --medium --columns 3 --rows 4 --title "X" --exif --icon
--import /path/to/images/
This would produce a subdirectory path/to/images/ in the medium and
large directories. The generated img tags look like <img
src="/path/to/images/..." ...>, that is, with an incorrect leading
slash, turning the URL into a half-absolute one instead of a relative one.
Regards,
Slaven