Menu
Zo werkt het
Doe een aanvraag
Doe mee!
Word partner
Initiatieven
Partners
Nieuws
Contact
Portfolio Category Educatief
Alle initiatieven met het thema 'Educatief'
Breedsterren
> Details
var docWidth = document.documentElement.offsetWidth; [].forEach.call( document.querySelectorAll('*'), function(el) { if (el.offsetWidth > docWidth) { console.log(el); } } );