Hi @mamorskimaciej,
Just to clarify one point: as a support team, we can guide you through the correct configuration and explain what needs to be adjusted, but we’re not able to directly edit customer layouts. In your case, the pop-up structure has several nested containers, so the responsiveness isn’t controlled by a single setting - the entire hierarchy needs to follow the same logic for the max-height to behave correctly.
1) A quick recommendation: start from the outermost pop-up container and work inward. Each parent group should
- use a Column layout,
- have min-height = 0,
- avoid fixed heights, and
- maintain a max-height tied to the page height only at the top level.
This ensures that the Image Annotation element receives consistent constraints and scales correctly for both horizontal and vertical images.
2) Link Preview Plugin
Your current workflow involves:
- Potentially 100 users at the same time, each adding multiple products
- Many users uploading dozens of product URLs
- Preview triggered on button click
- Each product being created twice (main DB + list DB)
Given this volume, it’s very likely that the external preview provider is hitting its rate limit, which results in the 429 “Too Many Requests” response. The Link Preview plugin isn’t designed for bulk or high-frequency URL enrichment, since every preview is an external API request that counts toward the provider’s limit.
3) Regarding your final question
“Do you have a tool that can enable users to add products directly to shopping lists from inside a store window?”
At the moment, we don’t have a plugin that can replicate the exact behavior shown in the YouTube example (live store-window scraping + structured product extraction + automatic import). That kind of feature usually requires:
- A dedicated custom API
- A browser extension or headless scraping service
- Or a fully custom plugin built specifically for your store targets
Our existing Link Preview plugin only retrieves metadata from a single URL, it cannot scan product pages, extract full product lists, or bypass site protections.
Best regards,
Support Team
Browse all Zeroqode Plugins for bubble
