|
The setting would only effect new uploads, you would have to disable all your medium images by doing a manual query to reset the medium images to 0.
UPDATE photos SET medsize=0;
(add a prefix to the photos table if you have one).
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |