| Re: How can I remove full sized images?
cheers Brian.
As a note to anyone else, you also need to run the queries;
UPDATE adv_gallery_images SET originalwidth = '';
UPDATE adv_gallery_images SET originalheight = '';
to remove the links to original images (which are gone from the first part)
|