Skip to content

Instantly share code, notes, and snippets.

@tvandervossen
Created May 8, 2012 08:38
Show Gist options
  • Save tvandervossen/2633583 to your computer and use it in GitHub Desktop.
Save tvandervossen/2633583 to your computer and use it in GitHub Desktop.
For Jonno
;(function( {
function update() {
var h = $(window).height()
$('#wrapper').height(h)
$('aside').height(h)
$('#activity').height(h-30)
$('#conversation').height(h-30)
}
$(document).ready(update)
$(window).resize(update)
}))()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment