// document.addEventListener('DOMContentLoaded', () => { const bloc = document.querySelector('.dynamic-bg'); const img = bloc.querySelector('img'); if(img) { bloc.style.backgroundImage = `url(${img.src})`; bloc.style.backgroundSize = 'cover'; bloc.style.backgroundPosition = 'center'; } });


Source : jeux2colo.fr

Source : La toile scoute
