Changing image upload dimension (height/width)

For WordPress:

You can edit ssf-wp-functions.php and search and edit code below:

$max_dimension = 800;

For Standalone Version:

Edit includes/validate.php and admin/includes/validate.php and search/edit the following code:

$resize_image_width = 100;

* Take note that images have to be reuploaded, so that the dimension changes can take effect.

2+