These images appear to be generated by the server:
Code:
http://www.villasud.nl/includes/make_image.php?id=704&style=image
If that's new, that might be the problem.
Even so, it appears that once the image is cached it works OK. To that end, you can try making an absolutely positioned hidden division above and to the left of the page that will load these images:
HTML Code:
<div style="position:absolute;top:-3000px;left:-3000px;visibility:hidden;">
<img src="http://www.villasud.nl/includes/make_image.php?id=704&style=image" alt="">
<img src="http://www.villasud.nl/includes/make_image.php?id=781&style=image" alt="">
<!-- and so on, list all the images used -->
</div>
Once you have all of the images in there, place it as the very first thing after your opening <body> tag.
Or, you can try upgrading to v2.04a of lightbox:
http://www.dynamicdrive.com/forums/s...470#post163470
But that may have the same problem.
I'll do some tests, if I can (server side code isn't always portable to a local mock up, which is what I will have to use) to see if I can duplicate the problem and/or eliminate it.
It may also help if I could see the PHP source code of the:
http://www.villasud.nl/includes/make_image.php
file.
Edit: The main problem appears to be the server side image generation. If you could switch back to actual images, and optimize those, that would be the best chance at fixing this.
Bookmarks