Background
This topic answers a question submitted at one of our quarterly product update events - Open Studio. To view a list of all the questions submitted at our July 2024 edition, visit this topic.
Question
Integrating with an external ticketing system is too difficult, partly due to the ticketing system’s documentation. Plus, it would be helpful to have video controls that allow starting videos with or without volume muted.
Answer
In the Wix IDE, our beta AI assistant can generate code to help with integrations. You can also use NPM packages for tasks like generating UUIDs or API tokens in Velo. More AI tools are on the way.
As part of Open Studio, we want to give you a peek into exciting new features, share what we’re working on, and showcase recently released features that enhance your efficiency. We also take the questions you submit and answer them all here in the forum, like the one above. To view a list of all the other questions submitted for the July 2024 edition, along with their answers, visit this topic.
sounds like you’re trying to make your website responsive in Wix by adjusting the layout and sizes of elements based on the screen size. You’re on the right track by using strips, columns, and breakpoints, but to address your main question:Adjusting Group Elements Responsively:In Wix Editor, elements like menus, text, and images can be placed inside strips and columns, but you need to enable them to resize responsively. Here’s how:Group elements in strips/columns: Place your elements (menu, text, image) inside a column.Use Relative Positioning: Set the width of elements to a percentage of the column, not a fixed pixel width. This allows the elements to resize with the column when the screen size changes.Pin elements to column edges: Make sure elements are pinned to their relative positions (e.g., pinned to the left or right edge of a column), which helps in responsive resizing.