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!