Skip to content

Instantly share code, notes, and snippets.

@o-nkar
Created March 3, 2021 04:23
Show Gist options
  • Save o-nkar/1a7db6a870bd4aafa838245aada6b3f3 to your computer and use it in GitHub Desktop.
Save o-nkar/1a7db6a870bd4aafa838245aada6b3f3 to your computer and use it in GitHub Desktop.
// trigger a resize event once the window is loaded, it refresh the Flickity slider on resize
window.onload = function(){
window.dispatchEvent(new Event('resize'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment