var h = 0; this.forEach(function(inView) { h = Math.max(inView.domNode.offsetHeight, h); }); return h;