Skip to content

Instantly share code, notes, and snippets.

@GarySwift
Last active April 4, 2018 10:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GarySwift/6796e6b69ae4fd9cc937e17eda73891c to your computer and use it in GitHub Desktop.
Save GarySwift/6796e6b69ae4fd9cc937e17eda73891c to your computer and use it in GitHub Desktop.
Installation notes Garand Sticky (FoundationPress)
// Installed via npm
import '../../../node_modules/jquery-sticky/jquery.sticky';
import './lib/jquery-sticky';
$(document).ready(function(){
$("header.site-header").sticky({topSpacing:0});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment