eqGroup.height('inherit');
heights = eqGroup.map(function () { return $(this).outerHeight(false);}).get();
- console.log(heights);
+
return heights;
};
/**
for (var i = 0; i < eqGroup.length; i++) {
$(eqGroup[i]).css('height', max);
}
- // console.log(max);
+
/**
* Fires when the heights have been applied
* @event Equalizer#postEqualized
var elePos = this.options.fullScreen ? 'reveal full' : (eleDims.height >= (0.5 * eleDims.windowDims.height)) ? 'reveal' : 'center';
if(elePos === 'reveal full'){
- console.log('full');
//set to full height/width
this.$element
.offset(Foundation.Box.GetOffsets(this.$element, null, elePos, this.options.vOffset))