Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created June 9, 2020 11:23
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 parsibox/abf5134e0796ca1f93ac7c16ab0bd594 to your computer and use it in GitHub Desktop.
Save parsibox/abf5134e0796ca1f93ac7c16ab0bd594 to your computer and use it in GitHub Desktop.
javascript simulate resize event
window.dispatchEvent(new Event('resize'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment