Render Flow - Ratio utilities for embeds
Read HTML with embed container
Apply Bootstrap ratio utility class
Calculate aspect ratio from class (e.g., 16:9)
Set container height relative to width
Embed content fills container preserving ratio
Browser paints embed with correct size
The browser reads the embed container with a Bootstrap ratio class, calculates the aspect ratio, sets the container's height based on its width, and then sizes the embedded content to fill the container while preserving the ratio.