Lightbox update - Image Gallery

Creating and modifying plugins.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

What logo gets used when you add the effect?
Judebert
---
Website | Wishlist | PayPal
konus
Regular
Posts: 334
Joined: Mon Jun 16, 2008 1:57 pm
Location: Dresden, Germany
Contact:

Post 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.
rmulders
Regular
Posts: 5
Joined: Mon Sep 18, 2006 8:49 pm

Post 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.
Post Reply