Page 2 of 2

Posted: Wed Oct 01, 2008 4:06 pm
by judebert
What logo gets used when you add the effect?

Posted: Thu Oct 02, 2008 8:33 am
by konus
judebert wrote:What logo gets used when you add the effect?
It is \serendipity\plugins\serendipity_event_lightbox\lightbox_plus\zzoop.gif
It is very ugly, but you can easily change it to something else. All settings are made on the last lines in lighbox_plus.js

Code: Select all

	var lightbox = new LightBox({
		loadingimg:lightbox_path + '/loading.gif',
		expandimg:lightbox_path + '/expand.gif',
		shrinkimg:lightbox_path + '/shrink.gif',
		previmg:lightbox_path + '/prev.gif',
		nextimg:lightbox_path + '/next.gif',
		effectimg:lightbox_path + '/zzoop.gif',
		effectpos:{x:+5,y:+5},
		effectclass:'serendipity_image_link',
		closeimg:lightbox_path + '/close.gif',
		resizable:true
I actually would like to have the logo-image in the caption footer instead of overlaying the image, but did not found the place to change the code yet.

Posted: Fri Nov 21, 2008 7:06 pm
by rmulders
I upgraded today to the latest version (versie: 1.9) and noticed the following minor problem when using Firefox with Lightbox 2:

When looking at a picture, the white border at the bottom is not complete. The word exit is correct, but the rest of the border is not shown. In Internet explorer everything is correct however.