You are here

media-oembed-iframe--remote-video.html.twig in Varbase Media 9.0.x

Default theme implementation to display an oEmbed resource in an iframe.

File

templates/media-oembed-iframe--remote-video.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display an oEmbed resource in an iframe.
  5. *
  6. * @ingroup themeable
  7. */
  8. #}
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <css-placeholder token="{{ placeholder_token }}">
  13. <script src="{{ base_path }}{{ varbase_media_path }}/js/oembed-frame.varbase-media.{{ provider }}.js"></script>
  14. </head>
  15. <body style="margin: 0;">
  16. {{ media|raw }}
  17. </body>
  18. </html>