jQuery(window).load(function(){
  $("#container").backgroundScale({
    imageSelector: "#scale",
    centerAlign: true,
    containerPadding: 0
  });
});
