• Resolved Dušan Vrban

    (@dusanvr)


    In the Image Thumbnail Group Sizes we have a lot of sizes that we have disabled via functions.php.

    But they remain in the Litsepeed settings, creating the redundant images.

    Is there a way to remove that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    our plugin doesn’t “create” any resized images, it will scans database and optm what it found in DB

    you should check how you disabled these sizes , and make sure no such files exists in disk.

    Thread Starter Dušan Vrban

    (@dusanvr)

    But in the plugin settings, where do the “Image Thumbnail Group Sizes” come from? Is that in some particular database table where the plugin reads it from?

    Plugin Support qtwrk

    (@qtwrk)

    it’s from get_intermediate_image_sizes() and wp_get_additional_image_sizes() function

    you can try call these 2 functions and see how many sizes it returns.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Reset Image Thumbnail Group Sizes’ is closed to new replies.