- Use a text editor to open the style.css file in the folder that contains your copy of the default template set.
- Scroll down the file, and locate the code beginning with:
/* IMAGE STUFF */
- To adjust the size of snapshots, edit the following lines:
img.snapshot_image { width: 100%;
height: auto;
border: solid 1px #eeeeee;
}
For instance, if a snapshot looks too small on the setup sheet, change the width setting to 150% (the aspect ratio is maintained because the height is set to auto).
- Save the file.