You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Row-spanning grid patterns collapsing to ~1x height — classic, metro, masonry and highlight now set grid-auto-rows: minmax(var(--lm-min-height, 200px), auto), so span 2 cards keep full height even when a spanned row has no single-span sibling (most often the last row, or with certain item/column counts). Auto image mode is excluded. The Card Min Height control now also feeds --lm-min-height to .loopmosaic-grid — regenerate Elementor CSS to pick up customized values. Column-only patterns (uniform / featured_grid / featured_grid_2_4 / hero_grid) were already correct.
Removed
Dead .loopmosaic-item__content CSS, ~43 lines of stale developer comments, and a duplicate @keyframes loopmosaic-spin.