• Hi, I’m using MAKE and I’m really happy with it, but my hosting space is almost full. Checking the file system I realize that this is heavily depending on the fact that for each new image file I upload, at least 12 version of the jpg are automatically generated, in different sizes:

    medium_large: 768×0 pixels (proportionally resized to fit inside dimensions)
    1536×1536: 1536×1536 pixels (proportionally resized to fit inside dimensions)
    2048×2048: 2048×2048 pixels (proportionally resized to fit inside dimensions)
    mobile-320: 320×99999 pixels (proportionally resized to fit inside dimensions)
    mobile-640: 640×99999 pixels (proportionally resized to fit inside dimensions)
    mobile-360: 360×99999 pixels (proportionally resized to fit inside dimensions)
    mobile-720: 720×99999 pixels (proportionally resized to fit inside dimensions)
    mobile-1080: 1080×99999 pixels (proportionally resized to fit inside dimensions)
    tablet-768: 768×99999 pixels (proportionally resized to fit inside dimensions)
    tablet-800: 800×99999 pixels (proportionally resized to fit inside dimensions)
    tablet-1024: 1024×99999 pixels (proportionally resized to fit inside dimensions)
    tablet-1280: 1280×99999 pixels (proportionally resized to fit inside dimensions)

    I think this is depending on MAKE, because standard WordPress is usually generating only 3 sizes of images:
    thumbnail: 150×150 pixels (cropped to fit)
    medium: 300×0 pixels (proportionally resized to fit inside dimensions)
    large: 960×0 pixels (proportionally resized to fit inside dimensions)

    To save space, I want to reduce the number of images automatically generated by MAKE.What can I do? Thanks.

  • The topic ‘How can I reduce number of thumbnails / images sizes created by MAKE?’ is closed to new replies.