• Resolved cheryanne

    (@cheryanne)


    I no longer use 80×80.jpg thumbnails and have removed them from the theme – however although the 80×80.jpg files are no longer created and have been deleted from the uploads folder, the 80×80.jpg.webp previously created by LiteSpeed Cache still remain.
    I am hoping there is a way to remove them either through the child theme’s functions.php file, or by some other method that could be suggested. Any help would be much appreciated.
    Thanks,
    Chery.

    The page I need help with: [log in to see the link]

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

    (@qtwrk)

    hm? please explain a bit how exactly did you remove the 80×80.jpg ?

    Thread Starter cheryanne

    (@cheryanne)

    In the child theme’s functions.php (for the 80×80.jpg)

    function disable_wp_image_sizes( $sizes ) {
    unset( $sizes['thumb-small'] );

    and then used the reGenerate Thumbnails Advanced plugin which removed the 80×80.jpg but not the 80×80.jpg.webp

    Plugin Support qtwrk

    (@qtwrk)

    yeah … this is kind of expected , these action won’t delete the optimized images

    you probably need to manually remove them now

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘deleted image size but .jpg.webp files still there’ is closed to new replies.