Creates an iframe element with base64-encoded src containing a static image. Used when plots contain unsupported layers and fall back to PNG rendering. Unlike create_maidr_iframe, this does not include MAIDR.js dependencies.
create_fallback_iframe(
html_content,
width = "100%",
height = "450px",
plot_id = NULL
)Character string of iframe HTML
Character string of HTML content (with img tag)
Width of the iframe (default: "100%")
Height of the iframe (default: "450px")
Unique identifier for the plot