Skip to content

Instantly share code, notes, and snippets.

@mtetlow
Created December 22, 2014 15:55
Show Gist options
  • Save mtetlow/f33788b9de2e7c54cb01 to your computer and use it in GitHub Desktop.
Save mtetlow/f33788b9de2e7c54cb01 to your computer and use it in GitHub Desktop.
Canvas Resize junk
<!-- include this fella -->
<script type='text/javascript' src='/canvas/sdk/js/publisher.js'></script>
<script>
//Call whenever you do something that results in a frame resize, and probably on load
function resizeIframe(){
var containerHeight = document.getElementById('checklist-container').clientHeight;
Sfdc.canvas.publisher.resize( {height : containerHeight+'px'});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment