Title: [Plugin: CataBlog] Lightbox Full size image
Last modified: August 20, 2016

---

# [Plugin: CataBlog] Lightbox Full size image

 *  Resolved [Walterhf](https://wordpress.org/support/users/walterhf/)
 * (@walterhf)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-catablog-lightbox-full-size-image/)
 * Hi! i try everything, but with no results, what i need is to show the full size
   of my images in lightbox mode.
 * Catablog only show the images at 100% height according to browser height (or 
   monitor resolution), i need the images shows at full height.
 * is there any way to do that?
 * Thanks!
 * [http://wordpress.org/extend/plugins/catablog/](http://wordpress.org/extend/plugins/catablog/)

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

 *  Plugin Author [macguru2000](https://wordpress.org/support/users/macguru2000/)
 * (@macguru2000)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-catablog-lightbox-full-size-image/#post-2863995)
 * You will need to hack the catablog lightbox javascript file yourself. Sorry, 
   if I get some more time I will possibly post instructions here on hacking it.
 *  Thread Starter [Walterhf](https://wordpress.org/support/users/walterhf/)
 * (@walterhf)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-catablog-lightbox-full-size-image/#post-2863998)
 * Thanks! but i found the solution by myself about two days ago…
 * in plugins/catablog/js/catablog.lightbox.js i’ve changed this values in the line
   156:
    -  if (w > window_width || h > window_height) {
       w_ratio = window_width / w –
      0.1; h_ratio = window_height / h – 0.1;
 * for this one
    -  if (w > window_width || h > window_height) {
       w_ratio = window_width / w –
      0.0; h_ratio = window_height / h – 0.0;
 * and that makes the trick… thanks! this is a great plugin.
 * Saludos!
 *  Plugin Author [macguru2000](https://wordpress.org/support/users/macguru2000/)
 * (@macguru2000)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-catablog-lightbox-full-size-image/#post-2863999)
 * Glad to hear you found a solution. Marking this thread as resolved. Thanks 🙂

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

The topic ‘[Plugin: CataBlog] Lightbox Full size image’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/catablog_f7f6f7.svg)
 * [CataBlog](https://wordpress.org/plugins/catablog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/catablog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/catablog/)
 * [Active Topics](https://wordpress.org/support/plugin/catablog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/catablog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/catablog/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [macguru2000](https://wordpress.org/support/users/macguru2000/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-catablog-lightbox-full-size-image/#post-2863999)
 * Status: resolved