Increasing Maximum photo size

saylor / 2018-11-24 23:39:54   

I increased and updated the Maximum photo size with plugin to 1000 but still doesn't allow anything over 500.
Am i missing a step?

saylor / 2018-11-24 23:41:16   

using updated version 2.1.5

Simon_Freund / 2018-12-01 20:11:39   

I don't know which plugin you mean, but you can try updating the maximum photo size in the code of this file:

/ndxzsite/config/options.php

There you need to change:

// images max size kilobytes
// be careful with shared hosting
$default['maxsize'] = 1000;

That did the job for me... hope it will work.

saylor / 2018-12-04 13:42:55   

Thanks for that advice

what i did was go to administration page and enable a plugin that lets you control the max size for images . i increased it a little but didn't really have any effect.
I'll have a friend look at the code change.
site is
billsaylor.com

This thread has been closed, thank you.