Okay
  Public Ticket #1032471
Zoom effect
Closed

Comments

  •  6
    chrismush started the conversation

    Hi. I wonder if there's an easy way to disable zoom setting on single image element of VC on mobile or touch device, because it stops the correct scrolling of the page (the zoomed in image overlay the column and it gets quite hard to continue scrooling the page forward to the bottom...). Thanks.

  •  1,558
    Laborator replied

    Hi Chris,

    Copy this CSS:

    .single-portfolio-holder .gallery .photo>a {
        pointer-events: none;
    }

    Go to Custom CSS > Responsive  and paste it in the XS - Extra Small Screen so it will be valid only for small screen devices such as smartphones.


    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  6
    chrismush replied

    Thank you for your reply. I was not referring to portolio gallery but to single image element, with zoom effect enabled. I applied your suggested css rule to .vc-zoom-wrapper and it worked as well. 

    Regards.

  •  1,558
    Laborator replied

    Hi chrismush,

    It was exactly for the single portfolio item, glad to hear that it's working. Marked this ticket as closed, as your issue is solved. 

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group