script.js 168 B

12345678910
  1. $(document).ready(function() {
  2. $('#fullpage').fullpage({
  3. autoScrolling: false,
  4. scrollOverflow: true
  5. });
  6. $('#gal').each(element, new SimpleBar);
  7. //methods
  8. });