Title: Simple Lightbox
Last modified: August 30, 2016

---

# Simple Lightbox

 *  Resolved [akacruiseman](https://wordpress.org/support/users/akacruiseman/)
 * (@akacruiseman)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/simple-lightbox-1/)
 * 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](http://vfwpost12055.org/event-archives/)
 * 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](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/simple-lightbox-1/#post-6860785)
 * 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](https://wordpress.org/support/users/akacruiseman/)
 * (@akacruiseman)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/simple-lightbox-1/#post-6860792)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [akacruiseman](https://wordpress.org/support/users/akacruiseman/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/simple-lightbox-1/#post-6860792)
 * Status: resolved