You are here

video-embed-iframe.html.twig in Video Embed Field 8

Same filename and directory in other branches
  1. 8.2 templates/video-embed-iframe.html.twig

Display an iframe with alterable components.

File

templates/video-embed-iframe.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Display an iframe with alterable components.
  5. */
  6. #}
  7. <iframe{{ attributes }}{% if url is not empty %} src="{{ url }}{% if query is not empty %}?{{ query | url_encode }}{% endif %}{% if fragment is not empty %}#{{ fragment }}{% endif %}"{% endif %}></iframe>