Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 517 Bytes

Jquery draggable with scale or zoom

This function will solve the issue of using draggable library with scaled html element, if your are using zoom proprty, then you should change it to

selector {

  trnsform: scale(value);
  
}

Instead of

selector {

  zoom: value;
  
}