1. if( $('body').hasClass('slide-background') ) {
  2.            
  3.     $("body").backstretch([
  4.         "http://placehold.it/1980x1080",
  5.         "http://placehold.it/1980x1080",
  6.         "http://placehold.it/1980x1080",
  7.     ], {duration: 3000, fade: 1200});