jQuery(document).ready(function($) { $('.ys-effect-chase').each(function(index, element) { var height = $(this).find('.true-block-wrapper').outerHeight(true); var p = $(this).find('.settlor').css('height'); if ( $(this).hasClass('ys-animate-zoom-out')) $(this).height(height); else $(this).height(height / 0.8); }); });