$(function(){ if ($('.js-imc_slideshow_olymel_home .pic img').length) { $('.js-imc_slideshow_olymel_home .pic').each(function(){ var image = $(this).find('img').attr('src'); var alt = $(this).find('img').attr('alt'); $(this).find('img').remove(); $(this).backstretch(image); $(this).find('img').attr('alt', alt); }); } if ($('.js-imc_slideshow_olymel_home .slide > 1')) { $('.js-imc_slideshow_olymel_home').imarcomSlideshow(); } });