Skip to content

v0.1.12

Choose a tag to compare

@meksone meksone released this 17 Mar 02:55
· 5 commits to main since this release

Fixed

  • object-fit / object-position still not applying — Elementor does not reliably generate CSS for selectors targeting dynamically created child classes; switched to the established CSS custom-property pattern: controls now write --mk-em-logo-fit and --mk-em-logo-position onto {{WRAPPER}}, which Elementor definitely processes; .mk-em-logo-scrolled reads them via var() with correct defaults as fallback.