Hi everyone,
I’m building a Shopify Theme App Extension, and I’ve created a custom button component using the extension’s JavaScript and CSS.
I’d like to place this button directly over the main product image (for example, in the product page gallery or featured image section), but it seems that theme app extensions are limited to injecting content into specific extension points.
Has anyone managed to position an extension element on top of the product image area — maybe using app-embed-block
, CSS positioning, or custom liquid targets?
Any guidance or best practices would be appreciated!
Thanks in advance