Hi!
1.- Well, I think the only solution to title attribute of the text link issue, is give it up and opt for a thumbnail with its corresponding label, so that the title tag of the link is hidden and continues to operate the caption on modal window.
2.- As the authors considered outdated version years ago, and to avoid future incompatibilities, I direct my efforts to the new version 2.05. I managed to resize the container to half the original size of images changing the line 265 of lightbox.js file:
Code:
this.resizeImageContainer(imgPreloader.width / 2, imgPreloader.height / 2);
Is it right? Or rather, must be enclosed in parentheses?
Code:
this.resizeImageContainer((imgPreloader.width / 2), (imgPreloader.height / 2));
3.- Unfortunately, I have not known how to change the code so that it scales the images to half the original size (i.e., 50%): I'm still having a large image on screen over a properly sized container bottom.
Could someone with extensive knowledge be so kind as to review the code of lightbox.js v 2.05 and find the "immediate" solution or possibly create the appropriate function?
I'm in a real impasse... Thanks in advance for your replies.
Luys
v 2.05
http://www.lokeshdhakar.com/projects...box2/#download
Bookmarks