Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/plugins/system/ztshortcodes/core/assets/js/
Upload File :
Current File : /home/cbequiperp/www/plugins/system/ztshortcodes/core/assets/js/flip-box.js

/**
 * Zo2 Shortcode
 * @param {pointer} w Window pointer
 * @param {pointer} $ jQuery pointer
 * @returns {undefined}
 */



jQuery(document).ready(function () {
    jQuery('.zt-flip-box').each(function(){
        var frontHeight = jQuery(this).find('.zt-flip-box-inner').height();
        jQuery(this).find('.zt-flip-box-back').css("min-height", frontHeight);
    });
});