mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Update equal heights script
This commit is contained in:
@@ -133,7 +133,7 @@ jQuery(window).load(function() {
|
||||
breakPoint = breakPoint || 0;
|
||||
|
||||
// Bind functionality to appropriate events
|
||||
jQuery(window).bind('load orientationchange resize', function() {
|
||||
jQuery(window).on('load orientationchange resize equalheights', function() {
|
||||
tallest = (minHeight) ? minHeight : 0;
|
||||
items.each(function() {
|
||||
jQuery(this).height('auto');
|
||||
|
||||
Reference in New Issue
Block a user