jQuery: using Backstretch

by gabrieleromanato

HTML

<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.3/jquery.backstretch.min.js"></script>

JavaScript

$(function() {
  $.backstretch('https://lh4.googleusercontent.com/-Vinb4rFheqU/UKdawffLZ-I/AAAAAAAABJ4/vGorpmwaRqU/s912/1.jpg');
});