Skip to content

v1.2.10 - Dynamic Image focus point support

Choose a tag to compare

@Jehu Jehu released this 29 May 12:07
· 15 commits to main since this release

Focus point editor support for Etch Dynamic Image elements

The focus point editor now handles the Etch Dynamic Image element (etch/dynamic-image) in the builder.

Added

  • Focus point detection for the Dynamic Image element, identified via its unique src (Static URL - Optional/Fallback) field
  • Picker is shown when a Dynamic Image has a fixed WP Media ID, reusing the existing etch:img focus point flow
  • Explanatory notice for Dynamic Images with a dynamic source (e.g. loop expressions like {item.attachment_id}), directing users to set focus points per image in the Media Library

Verified

  • Regular image and etch:img pickers remain unaffected
  • No false detection of dynamic image panels
  • Notice renders without triggering a mutation-observer feedback loop

Note: Front-end rendering and the canvas preview already applied focus positions to dynamic images; this release adds the missing builder-side editor UI.