Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1495615

    hi
    my client wants to disable the change of size transition in the lightbox slideshow.
    I tried a few things but nothing worked. Can it be that the images just fade into each other without moving in and out when you click on them?
    thanks
    Nancy

    tried this:

    /* Disable Enfold Lightbox Animation/Transition */
    .mfp-zoom-in.mfp-ready.mfp-bg.mfp-zoom-in.mfp-ready .mfp-preloader {
        opacity: 0.8;
    }
    
    .mfp-zoom-in.mfp-ready .mfp-content.mfp-zoom-in.mfp-removing .mfp-content {
        transform: scale(1);
        opacity: 1;
    }
    
    .mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
    }
    
    /* Force instant transition */
    .mfp-zoom-in .mfp-content {
        transition: none !important;
    }
    • This topic was modified 4 days, 15 hours ago by Munford.
    #1495629

    Hey Munford,
    It looks like your site is in maintenance, I don’t see a lightbox.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.