Scale cloth *before* simulation at runtime?

I have a system set up where I can resize a piece of cloth at runtime. I’d also like this cloth to have physics. If I simply set the scale of the mesh, it appears that the simulation happens first and then then everything is scaled outward.

Is it possible to do it the other way, where the cloth is scaled and then the simulation is applied?