media-oembed-iframe.html.twig in Drupal 10
Same filename in this branch
Same filename and directory in other branches
Theme override to display an oEmbed resource in an iframe.
1 theme call to media-oembed-iframe.html.twig
- OEmbedIframeController::render in core/
modules/ media/ src/ Controller/ OEmbedIframeController.php - Renders an oEmbed resource.
File
core/themes/stable/templates/content/media-oembed-iframe.html.twigView source
- {#
- /**
- * @file
- * Theme override to display an oEmbed resource in an iframe.
- */
- #}
- <!DOCTYPE html>
- <html>
- <head>
- <css-placeholder token="{{ placeholder_token }}">
- </head>
- <body style="margin: 0">
- {{ media|raw }}
- </body>
- </html>