• Not sure if I’m missing a setting or if this is a bug… I had this plugin installed, and then my gallery (which should have had the thumbnails linking to the full size images) switched to link to the medium sized images. maybe this was intentional thinking that medium size would fit better on the screen – if so, then it would make more sense to allow for a setting where I can indicate, link to large or full size image instead…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not sure if I fully understand the problem but you need to add this [gallery lightboxsize="full"] to get the full size.

    Same problem to me. I try [gallery lightboxsize="full"] NOT HELP ME.

    I had the same issue, I edited the plugin file directly to fix it.

    lightbox-gallery.php

    Look for the function lightbox_gallery($attr), a little ways down make the code resemble this. All linked images will be the size you set here, thumbnails will remain thumbnails.

    /*if ( !empty($options['global_settings']['lightbox_gallery_lightboxsize']) )  $lightboxsize = $options['global_settings']['lightbox_gallery_lightboxsize'];
    
    	else $lightboxsize = 'medium';*/ $lightboxsize = 'large';
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lightbox Gallery linking to smaller files’ is closed to new replies.