When you use drop config the embedded view is always created with the default size of 320px x 320px. It would be nice if the dropConfig prop had another element for setting the size of the of the embedded view component that is created. Use case is when you have a device graphic (ex. valve) with an accompanying UDT. Odds are the size of the graphic is going to be way smaller than 320 x 320. Your options are either to resize every graphic you put down with drop config or resize one instance and copy/paste it around changing the parameters manually. The copy/paste seems to be the faster way here making dropConfig redundant.