Strapi plugin upload: Is there a way to have different responsive image size for each component

Hi All,

First I would like to thank you for providing the extension feature in strapi and I am able to implement a lot of features as per our requirement.
In my app, I have more that 60 components and I would like to have different responsive image size for each components. Is it possible through strapi? I can see there is a pluginOptions but not sure what values has to be provided in this.Below is a sample field.

 "backgroundImage": {
      "model": "file",
      "via": "related",
      "allowedTypes": ["files"],
      "plugin": "upload",
      "required": true,
      "pluginOptions": {}
    }
  }

Is there any way I can provide the responsive image size within the component field itself?