
Originally Posted by
chechu
How can I get rid of "image 2 of 17" on the bottom of every image ?
Also, there is a white area on the bottom; how do I put that black also ?
Please go to
http://www.cecicasariego.com and click on the botom left (portfolio) on 'portraits' to see what I mean.
Thanks !
Well, the line:
Code:
Element.setInnerHTML( 'numberDisplay', "Image " + eval(activeImage + 1) + " of " + imageArray.length);
inside the .js file controls the showing of "image x of total". Commenting that line out should do the trick.
Most of the lightbox's look should be controlled by lightbox.css. Just glancing over that file, it would seem the pertinent line is this:
Code:
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
I may be wrong though. Try experimenting a bit with the .css file.
Bookmarks