Set Position, Dimensions And
ColorThe following is a snap shot of the first half of
the "EditMeBLACK.js" file:
Here you are given control over many display properties for the
viewer.
Each setting has a description provided so please pay careful
attention to what each setting does and note any limitations that
are placed on them.
Dimensions
When changing dimension values please keep in mind that
the values are NOT to be placed in quotes. They are
numbers. The numbers represent pixels. However, "px" is
NOT required. The script will do that for you.
The first two dimension settings allow you to locate the viewer
on your webpage. By changing the value of
PagePositionLEFT for example you can
locate the viewer with respect to the LEFT hand side of the webpage.
This is also true for PagePositionTOP
except you are locating with respect to the top of the page.
InterFaceWidth allows you to set the
overall width of the viewer (again in pixels).
ViewingAreaHeight allows you to set the viewing area height.

Notice that you can not change the "control area size".
Another Setting
Next, OverALLBorder allows you
to turn the Overall border "on". Leave this blank if you do
not want a border around your viewer. Otherwise, to show the
border you MUST give this a value of 'on' (YES QUOTES INCLUDED)
Now onto the color settings!
It is not necessary to go through each of these however it is
important to remember that all colors MUST be an acceptable color
name such as 'red' or a HEX value that represents the color you
wish. It is a good idea to include the # sign before each of
the HEX values entered however this will function either way.
Another important point is to remember that ALL color
selections MUST have quotes around them.
One final setting
ImageValignment allows you to select how the thumbnail images
are aligned in the viewing area: bottom, middle, or top. In
the above screen shot the images are aligned 'bottom' (YES QUOTES
INCLUDED).
Enter filenames of images
The second half of the file the "EditMeBLACK.js" file is as follows:
Here is where you will tell the viewer what your filenames are.
You may place as many image filenames as you wish here, BUT each
filename MUST have an image available for BOTH the thumbnail AND
full sized image. That is, if you place the image filename
here the respective images MUST be located in the folders.
Again, it is important to remember that the file names of the
thumbnails MUST match the filenames of the full sized image.
Another important note is that the order in which you place the
image filenames in this list will also be the order in which they
appear in the viewer.
Finally, there are two syntax rules to placing the image
filenames:
1) Place single quotes around each filename
2) Place a comma after each filename EXCEPT for the LAST
filename