Hi,
as mentioned in my previous post I have noticed that it takes a while until the map is loaded on the image page.
Things speed up if I disable the related items plugin because Libritus has no option to limit the numer of related images.
It would be great if there would be an option for this.
I have solved the problem by adding:
if (++$count == 22) break;
to the image.php but this is probably not the most elegant way.
Ralf