Skip to content

Instantly share code, notes, and snippets.

@johnnyopao
Created April 16, 2015 21:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save johnnyopao/8444053ffe102a398660 to your computer and use it in GitHub Desktop.
Save johnnyopao/8444053ffe102a398660 to your computer and use it in GitHub Desktop.
Updated Fancybox script
<script>
$(function() {
$('#lp-pom-button-22').fancybox({
type: 'iframe',
width: 840,
height: 480,
centerOnScroll: true,
onStart: function() {
$('#fancybox-content').css({overflow: 'scroll', '-webkit-overflow-scrolling': 'touch'});
}
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment