• Resolved andsv123

    (@andsv123)


    Hi – is there a specific configuration needed for the “Enable Zooming” Table IV that is required for it to work?

    When I have the option enabled “Enable Zooming” the image loads in the background and the spinner is just loading.

    On some other images a white box appears with some controls but doesn’t load correctly.

    These are thumbnails that open a lightbox.

    Thanks,
    Andy

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Can you supply me a link to the page that shows the problem?
    Have a look here: https://betatest.opajaap.nl/lightbox-test/ this is how it should work

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You can try this custom css:

    #wppa-pre-curr {
    	max-width:48000px !important;
    	max-height:48000px !important;
    }
    Thread Starter andsv123

    (@andsv123)

    Hi Jacob,

    I did look at the website and the zoom/pan function is good on desktop but I am looking for ability to zoom/pan on a mobile device.

    And playing around with other settings:
    If I have Table VI-B-2a,b,c,d “Thumbnail Link” set to “the plain photo (file)” it works great (able to zoom and pan on mobile and even desktop), except the only drawback is it doesn’t allow to swipe right/left to the next or previous image (have to close the image and go to next one manually) – is there a easy way to open the plain photo file and go to next/previous image without having to close the popup window?

    Thanks for the support

    Best,
    Andy

    Have you tried setting VI-B2a,b,c,d to “The full-size photo in a slideshow” and VI-B5a,b,c,d set to “Lightbox”? That works fine for me [e.g. at charleskohl.com] to view images on a mobile (as well as on a desktop) plus swiping to the next image on a mobile.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you link the thumbnails to lightbox, and enable zooming, you can zoom/pan on the lightbox image.

    Currently you can swipe on lightbox, but this will be disabled for zoomabvle images in the next version, because this is confusing when you can pan with your finger.

    If you updated soon after release of current version, you may have a layout issue on lightbox when your css says: img {max-width:100%}. This damages the pre-loaded image.
    To cope with this, either re-install a fresh version (i hotfixed it a few hours after release), or add custom css:

    #wppa-pre-curr {
    	max-width:48000px !important;
    	max-height:48000px !important;
    }

    @andsv123 If you supply a link to the page – as requested earlier – i can help you in more detail, if not, its up to you what you do…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Enable Zooming not working’ is closed to new replies.