Comment je peut l'adapter?
jQuery(document).ready(function() {
/*
Background slideshow
*/
$('.coming-soon').backstretch([
"assets/img/backgrounds/1.jpg"
, "assets/img/backgrounds/2.jpg"
, "assets/img/backgrounds/3.jpg"
], {duration: 3000, fade: 750})...