sticky-js icon indicating copy to clipboard operation
sticky-js copied to clipboard

Example with options

Open sagive opened this issue 6 years ago • 2 comments

i need a clear example with options to see the syntax..

sagive avatar Jun 15 '18 13:06 sagive

Try this:

var sticky = new Sticky('#header', { wrap: true, marginTop: 20, stickyClass: 'stick-me' });

karltynan avatar Aug 30 '18 12:08 karltynan

thanks mate ;)

sagive avatar Sep 04 '18 20:09 sagive