Skip to content

Instantly share code, notes, and snippets.

@codewithleader
Last active February 1, 2024 23:15
Show Gist options
  • Save codewithleader/ac0212e22ccb0e941170f40cf56be506 to your computer and use it in GitHub Desktop.
Save codewithleader/ac0212e22ccb0e941170f40cf56be506 to your computer and use it in GitHub Desktop.
Comandos utiles Javascript

Obtener el alto y ancho del área de contenido en el navegador:

En la consola de google chrome, puedes escribir y ejecutar el siguiente código:

Alto:

window.innerHeight

Ancho:

window.innerWidth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment