Viewing 1 replies (of 1 total)
  • Plugin Author Workshopshed

    (@workshopshed)

    Hello,
    the images are actually brought over as 1024 pixels determined by a variable in the top of blogger-importer.php

    const LARGE_IMAGE_SIZE = '1024'

    WordPress then produce all of your custom sizes based on that image.

    The display of the images are at the “medium” size but your img tags could be overriding that with styles or hardcoded sizes.

    You should not need to “regenerate” the images as that’s done as they are being imported. Have a look in the media library to see what sizes have been produced and check your posts for custom attributes on the images.

Viewing 1 replies (of 1 total)
  • The topic ‘Images won't regenerate’ is closed to new replies.