Rank Math produces 2 image resizes – how to disable this ?!

#422
  • Resolved Umbral
    Rank Math free

    For each image i upload RankMath produces 2 more resizes:

    rank-math-facebook-thumbnail – 560×292
    rank-math-knowledgegraph-logo – 0x60

    Do you know how to make Rank Math stop duplicating images when i upload a new picture ?

    Thank you.

    You should be able to remove the creation of these sizes from Rank Math options, not force the user to have 2 more pictures for each picture one uploads.
    This is a must. Please forward to the correct department responsible for this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Thank you for contacting the support.

    Rank Math registers 2 image sizes which are being used in the og:image and the Schema data for Google.

    If you do not want them to be generated, please add the following code to the theme’s functions.php file:

    action( 'after_setup_theme', function() {
        remove_image_size( 'rank-math-facebook-thumbnail' );
        remove_image_size( 'rank-math-knowledgegraph-logo' );
    });;

    Hope that helps.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

You must be logged in to reply to this ticket.