Skip to content

Instantly share code, notes, and snippets.

@Mdimran41
Created March 23, 2016 03:53
Show Gist options
  • Save Mdimran41/c95b44c5070afc35ecd6 to your computer and use it in GitHub Desktop.
Save Mdimran41/c95b44c5070afc35ecd6 to your computer and use it in GitHub Desktop.
smoothScroll.init({
offset: 80
});
var windowWidth = $(window).width();
if(windowWidth < 768){
smoothScroll.init({
offset: 58
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment