As far as I can deduce from the information you provided, the only possible solution I can provide is to "delete your plugin", because you did not explain what you are doing at all. Please provide more details.
try setting the height and width metadata to 0, or close to 0: PHP: $pk->metadata = [ Entity::DATA_BOUNDING_BOX_WIDTH => [Entity::DATA_TYPE_FLOAT, 0], Entity::DATA_BOUNDING_BOX_HEIGHT => [Entity::DATA_TYPE_FLOAT, 0]];