Height for Video Grid
It should be possible to specify a height for Video Grid elements in the Custom Styles, similar to Slide Videos:
Example: "videoHeight": 400
-
AdminShivang
(Admin, Adobe Captivate)
commented
Thank you for your feedback!
We’ve received your request and will analyze it carefully. Our team will take appropriate actions accordingly.
-
Michel Mayer
commented
[Response to “Need More Info”]
Thanks for checking. According to the official documentation, the property videoHeight should apply to video card containers:
Applies to only video card container. This defines the height of the video object in the content block.
Example:```json
{"tag": "videoCard",
"customStyles": { ... },
"customProperties": {
"videoHeight": 400
}
}
```However, even when defining videoHeight (e.g. "videoHeight": 500) in the designOption.json, the value is ignored, and Captivate injects a fixed inline height into the container at runtime.
```html
<div id="videoContainer_si104665" class="videoContainer" data-desktop-height="400" automation-id="slidevideo:::container_aspectratio" style="aspect-ratio: 1.77778 / 1; height: 400px; max-width: 100%;">
```It would be great if this property could also be supported for "container-video-grid-card" elements (used in Video Grids), and if both absolute (px) and relative (100% / auto) values were accepted.
This would allow fully responsive video layouts directly via JSON, without relying on hardcoded inline heights.
-
AdminShivang
(Admin, Adobe Captivate)
commented
Thank you for your suggestion.
I checked this workflow in Captivate 12.6, and the option "videoHeight": 400 isn’t available for slide videos either. Could you please share a screenshot or screen recording showing where you see this option for a slide video that isn’t available for a video grid, so I can advise accordingly?