To change thumbnail size, adjust:
Code:
.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}
To change full-sized image size:
Code:
.photo ul.topic li a:hover ul li a:hover img,
.photo ul.topic li:hover ul li a:hover img
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}
The number of rows/columns is dictated by the number of items you add. So, if you had 10 more pictures, it will automatically add as many rows as it needs.
You might need to fiddle a little bit with the height/width to get the right amount of rows/columns. Change via:
Code:
.photo {width:635px; height:550px; text-align:left; position:relative; margin:0 auto;}
Bookmarks