@@ -1372,8 +1372,8 @@ const dragStart = async (event: DragEvent | MouseEvent|TouchEvent, item: any) =>
data = {
name,
- width,
- height,
+ width: 100,
+ height: 100 * (height / width),
isBottom:true,
image: item.image,
imageRatio: true,