If you want to increase the maximum upload size limitation of Indexhibit do the following.
Edit the ndxzsite/config/options.php file
Find the lines:
// images max size kilobytes
// be careful with shared hosting
$default['maxsize'] = 200;
Increase the number after "$default['maxsize'] = "
This number represents the maximum file size in kilobytes which can be uploaded.
Be aware that images over 500kb are quite large for a website and having multiple large images will significantly slow down your site.
It is best to work with image optimization tools like Photoshop's "Save for Web" to find a balance of image quality vs size.