Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. window.addEventListener('DOMContentLoaded', function () {
  2. var image = document.querySelector('#image');
  3. var cropper = new Cropper(image, {
  4. ready: function () {
  5. this.cropper.setCropBoxData({
  6. "left":750,
  7. "top":190,
  8. "width":500,
  9. "height":50
  10. });
  11. },
  12. });
  13.  
  14. "width":100,
  15. "height":50
  16.  
  17. "width": $VALOR,
  18. "height":$VALOR2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement