Skip to content

Instantly share code, notes, and snippets.

@pafnuty
Created February 6, 2013 09:59
Show Gist options
  • Save pafnuty/4721551 to your computer and use it in GitHub Desktop.
Save pafnuty/4721551 to your computer and use it in GitHub Desktop.
<script>
$(document).ready(function() {
if (window != top && top.cnResizeIframe) {
top.cnResizeIframe(document.body.offsetHeight,'cn_prodcard_modal_frm');
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment