Lightbox update - Image Gallery
It is \serendipity\plugins\serendipity_event_lightbox\lightbox_plus\zzoop.gifjudebert wrote:What logo gets used when you add the effect?
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:trueI 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.
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.