• Resolved akacruiseman

    (@akacruiseman)


    Hi,
    I was wondering if you have heard anything about Simple Lightbox issues since the latest update.
    I have been able to work around the issue so far but something is not working right.
    On a page I insert media, photos, but then have to change the coding to make it work, sort of, but images do not resize properly.
    On This Page

    I am also placing the same question to the Lightbox Folks.
    Thanks,
    Jim Sleter

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi

    I was wondering if you have heard anything about Simple Lightbox issues since the latest update.

    CAP-012 caption image too small for me.

    Ernie-Frank-Mitch-Georges-van caption image maybe correct for me.

    I’m tested my site.

    Use Simple Lightbox , Responsive Lightbox.

    Both Plugins shows correct.

    –Note–

    WordPress 4.4 change Image elements.

    The image elements, srcset attributes and sizes attribute has been added.

    This is, might have had something impact in special cases

    or

    Simple Lightbox last update is 3 month ago.

    WordPress4.4 and may not correspond to, but was operating normally at less also my site.

    If you needs test when stop srcset a sizes.

    functions.php

    add_filter( 'wp_calculate_image_srcset', '__return_false' );
    add_filter( 'wp_calculate_image_sizes', '__return_false' );
    
    or
    
    remove_filter( 'the_content', 'wp_make_content_images_responsive' );

    It maybe stop srcset and sizes.

    Thank you.

    Thread Starter akacruiseman

    (@akacruiseman)

    Nobita,

    As usual, thank you for the very quick response.

    I am able to work around this at the moment.

    Thanks again.
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Simple Lightbox’ is closed to new replies.