$(document).ready(function(){
    $(document).bgStretcher({
    	images: ['/assets/img/bg.jpg'],
    	imageWidth: 1264, imageHeight: 691
    });
});
