• heyjoecampbell

    (@heyjoecampbell)


    Add the following CSS to your theme to disable the zoom feature when visitors click on a photo:

    /* remove zoom click */
    .pswp–zoom-allowed .pswp__img {
    pointer-events: none;
    }

  • The topic ‘#QuickTip: Disable zoom on photo click’ is closed to new replies.