<script>
$(function() {
$('a[rel*=lightbox]').lightBox();
});
</script>
yukarıdakini bulup:
<script>
$(function() {
$('a[href$=jpg], a[href$=JPG], a[href$=jpeg], a[href$=JPEG], a[href$=png], a[href$=gif], a[href$=bmp]:has(img)').lightBox();
});
</script>
bununla değiştirmen gerekiyormuş.
Eğer ekli değilse şu stiller de eklenmeliymiş:
kaynak: http://simplexdesign.blogspot.com/2011/03/lightbox-auto-show-image.html