Stella

I dont remember seeing this option

In Lightbox mode we get an image with Screen Relative Size, we also have the ability to re-size to maximum image size.

In Lightshow we get an image with Screen relative size, we also have the ability to play and pause the slideshow

The thought is that when the slideshow is paused could we have the abilty to re-size the current image to maximum, and then when a user wants to continue the slideshow it it returns to the normal Screen Relative Size.

John

Comments

mattyoung’s picture

"lightbox" and "lightshow" modes should be combined to do the same thing: allow slideshow and when paused, allow zoom.

Thanks!

mandclu’s picture

Yep, I'll throw in a +1 on being able to zoom in on a paused slideshow.

xG3n1uS’s picture

I've changed 2 lines in the lightbox.js and now I can Zoom In and Out in the Slideshow.

line 478
original -> if (!Lightbox.disableZoom && !Lightbox.isSlideshow) {
changed -> if (!Lightbox.disableZoom) {

line 493
original -> if (!Lightbox.disableResize && Lightbox.isSlideshow === false && !Lightbox.disableZoom) {
changed -> if (!Lightbox.disableResize && !Lightbox.disableZoom) {

I'm using Lightbox2 6.x-1.11

Greetings ceri008

yoavi’s picture

hi
i had the same problem with my D7 drupal site
same fix worked for me thanks xG3n1uS

yoav