I am trying enable element drag and drop using javascript. it is working fine for me but I am facing an issue when I scale up or down the container element, the element which is being dragged is not remain same size according to the scale. It always remain same as it was at the time of page load.
Here is fiddle link `https://jsfiddle.net/niteshabhi_01/dcu8xkzr/1/`
Please help me to keep the same size of element while it is being dragged at a specific scale.
Thank You