Uber-Simple Portfolio Gallery
What is Uber-Simple Portfolio Gallery?
It's a small script inteded for a simple, attractive, function display of a small number of images.
Details here.
How can I change the size of the images displayed?
There is no function of setting in the script that will let you automatically change the pixel size of the displayed images. However, you can make these manual edits to the code.
(Line numbers refer to version 1.1 files)
In the file index.php - Line 71
...style="width: 400px; height: 250px;"...
And in the file portfoliofiles/portfolio.css - Line 36
DIV#viewer {
background-position:center;
background-repeat:no-repeat;
overflow: hidden;
width: 400px;
height: 250px;
border: solid 1px #CCCCCC;
text-align: center;
}
Those two changes will affect the display size of your main images.
Changing the size of your thumbnail images (80x80 by default) is not as easy due to the mathematical calculations performed for the layout.