Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created October 31, 2014 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save facelordgists/b1b3a9c7f812cf92dc4a to your computer and use it in GitHub Desktop.
Save facelordgists/b1b3a9c7f812cf92dc4a to your computer and use it in GitHub Desktop.
Magnific Popup code for RSMM Review Pro button
////////////////////////////////////////
// Review Pro Popup Formatting
.review-pro-popup-content {
padding-top: 100%;
padding-top: 925px;
}
.mfp-iframe-holder .mfp-content {
max-width: 620px;
}
///////////////////////////////////////
jQuery(document).ready(function($) {
$('.review-pro-popup').magnificPopup( {
type: 'iframe',
iframe: {
markup: '<div class="mfp-iframe-scaler review-pro-popup-content">'+
'<div class="mfp-close"></div>'+
'<iframe class="mfp-iframe" frameborder="0" allowfullscreen></iframe>'+
'</div>'
},
});
});
<a href="http://horizondental.submitreview.co/" class="btn review-pro-popup">Leave us a review</a>
@facelordgists
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment