Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. function scrollingstop() {
  2. $('html').addClass('noscroll');
  3. }
  4.  
  5. function scrollingstop() {
  6. $('html').addClass('noscroll');
  7. }
  8. $(function(){
  9. $('#portfolio').magnificPopup({
  10. delegate: 'a',
  11. type: 'image',
  12. image: {
  13. cursor: null,
  14. titleSrc: 'title'
  15. },
  16. gallery: {
  17. enabled: true,
  18. preload:
  19. navigateByImgClick: true
  20. }
  21. });
  22. scrollingstop();});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement