Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 31, 2021 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/dc25fcf1bc3975eb1ac31697768e49f3 to your computer and use it in GitHub Desktop.
Save parzibyte/dc25fcf1bc3975eb1ac31697768e49f3 to your computer and use it in GitHub Desktop.
const $imagen = document.querySelector("#imagen");
let cropper = new Cropper($imagen, {
responsive: false, // <-- Si no se pone en false, la imagen se mueve cuando cambia el tamaño de la ventana
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment