$(function() {
  $('#body-background').ezBgResize();
});

$(window).bind("resize", function(){
  $("#body-background").ezBgResize();
});
