Wraps an embedded element (image, iframe, video, ...) so it keeps a fixed
aspect ratio (.ratio).
Examples
bs_ratio(shiny::tags$iframe(src = "https://example.com"), ratio = "16x9")
#> <div class="ratio ratio-16x9">
#> <iframe src="https://example.com"></iframe>
#> </div>