Guest User

Untitled

a guest
Oct 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const $popupTrigger = $('.popup-open');
  2. const options = {
  3. removalDelay: 300,
  4. mainClass: 'mfp-fade'
  5. };
  6.  
  7. $popupTrigger.magnificPopup(options);
Add Comment
Please, Sign In to add comment