Hey, I’m Liron from Editor X product team.
I am sorry to hear that you are experiencing issues in Editor X.
Do you stretch the image first and then change the row height to max-content and then the row collapse? If so, that’s create a “loop”, because first you set the height of the image according to the grid (stretch) and then set the grid to size according to the image (max-content). This will also happen in a grid of a regular container and not just in a Repeater.
If this is the case, to avoid row collapsing you have 3 options:
- Use min/max content for row height with a minimum value that will determine the cell height (see image above)
- Instead of a stretching the image you can set it to 100% width and use any height rather than Auto, so the image height will define the cell height
- Add another element to the grid cell to keep its height instead of the stretched image
Please feel free to let me if you have any other issues or concerns
Thanks,
Liron
