[Feature] Option for image container to grow with text in the “Image” Design Option
Version: 12.6
Problem:
Currently, the image in the "Image" Design Option does not grow when the text block container-image-text increases in height. There is no setting in either the Captivate GUI or the designOption.json to scale the image vertically along with its content.
In responsive layouts (e.g., hero sections, split layouts), this leads to unbalanced designs, awkward proportions, and unnecessary whitespace.
See screenshots design-options_image-02.png and design-options_image-03.png.
Suggestion:
Add an optional setting that allows the image to:
- grow vertically with the text container
- maintain its aspect ratio (e.g., via object-fit)
- adapt responsively to varying content heights
- optionally use a min-height to prevent layout collapse
These options should be configurable both in the GUI and in the designOption.json.
Note:
The behavior should remain optional. In some layouts, a fixed height is still desired — ideally configurable separately for each device (Desktop, Tablet, Mobile).
See screenshot design-options_image-04.png