|
I mean if you set medium to 0 no mediums will be created for new images correct but as always existing mediums will show
If your familar with sql you can use phpmyadmin and issue a command to set all mediums to 0 so they do not display
UPDATE photos SET medium='0' WHERE medium != '0'
|