Snapshot sizes

  1. Use a text editor to open the style.css file in the folder that contains your copy of the default template set.
  2. Scroll down the file, and locate the code beginning with:

    /* IMAGE STUFF */

  3. 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).

  4. Save the file.