Title: Lightbox position problem
Last modified: February 17, 2021

---

# Lightbox position problem

 *  [solmediapl](https://wordpress.org/support/users/solmediapl/)
 * (@solmediapl)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/lightbox-position-problem/)
 * After recent WP updates the KC lightbox option for Single Image is not working
   correctly. After opening a large image it’s hidden below the screen, you can 
   only see the half of it. And it should be centered on the screen, obviously.
 * Please help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flightbox-position-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [solmediapl](https://wordpress.org/support/users/solmediapl/)
 * (@solmediapl)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/lightbox-position-problem/#post-14358060)
 * OK, I managed to find a solution by myself. I use Fancybox.
 * In functions.php I add to my declarations:
 *     ```
       if (is_page()) {
       		wp_enqueue_style( 'fancy-styles', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css');
       		wp_enqueue_script( 'fancy-js', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js', array(), '3.2.5',true );
       	}
       ```
   
 * and in my custom.js I add
 *     ```
       jQuery('a[data-lightbox="kc-lightbox"]').attr('data-fancybox','galeria').removeClass('kc-pretty-photo').removeAttr('data-lightbox').removeAttr('rel')
       jQuery('[data-fancybox="galeria"]').fancybox();
       ```
   
 *  [vasilpress](https://wordpress.org/support/users/vasilpress/)
 * (@vasilpress)
 * [5 years ago](https://wordpress.org/support/topic/lightbox-position-problem/#post-14427414)
 * solmediapl
    Thank you!

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

The topic ‘Lightbox position problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kingcomposer_747172.svg)
 * [Page Builder: KingComposer - Free Drag and Drop page builder by King-Theme](https://wordpress.org/plugins/kingcomposer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kingcomposer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kingcomposer/)
 * [Active Topics](https://wordpress.org/support/plugin/kingcomposer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kingcomposer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kingcomposer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [vasilpress](https://wordpress.org/support/users/vasilpress/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/lightbox-position-problem/#post-14427414)
 * Status: not resolved