Skip to content

Instantly share code, notes, and snippets.

@GaryUnbounce
Created February 18, 2014 22:20
Show Gist options
  • Select an option

  • Save GaryUnbounce/9081622 to your computer and use it in GitHub Desktop.

Select an option

Save GaryUnbounce/9081622 to your computer and use it in GitHub Desktop.
Add a lightbox style window (for privacy policy, rules, terms, etc)
<script>
$(document).ready(function() {
$('#lp-pom-text-22 a').fancybox({
type: 'iframe',
width: 840,
height: 480
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment