File: /home/clinicamaciel/www/wp-content/plugins/motopress-content-editor/includes/js/mp-grid-gallery.js
jQuery(document).ready(function(){jQuery(window).resize(function(){this.mpGridGalleryResizeTimeout&&clearTimeout(this.mpGridGalleryResizeTimeout);this.mpGridGalleryResizeTimeout=setTimeout(function(){jQuery(this).trigger("mpGridGalleryResizeEnd")},500)});jQuery(window).on("mpGridGalleryResizeEnd",function(){mpRecalcGridGalleryMargins()})});
function mpRecalcGridGalleryMargins(a){"undefined"===typeof a&&(a=jQuery(".motopress-grid-gallery-obj.motopress-grid-gallery-need-recalc"));a.length&&a.each(function(a,b){var c=jQuery(jQuery(b).find('[class*="mp-span"]').get(1)).css("margin-left");jQuery(b).find(".mp-row-fluid").not(":first.mp-row-fluid").css("margin-top",c)})};