Bug: Remove inline height on page generation
Bug: Captivate currently injects a fixed inline height (220px) into Video Grid containers at page generation:
<div id="videoContainer_si78699" class="videoContainer" data-desktop-height="220" automation-id="slidevideo:::container_aspectratio" style="height: 220px; width: 100%;">
This prevents proper responsive behavior and overrides custom CSS.
Expected behavior: No fixed inline height should be injected. Instead, the container should default to height: 100%, so that its size can be fully controlled by parent elements defined in the designOptions.json.
1
vote
