This commit is contained in:
Markus Heiser 2023-04-04 03:53:12 +03:00 committed by GitHub
commit 87783237d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 20 additions and 19 deletions

View file

@ -18,7 +18,9 @@
{{- result_sub_footer(result, proxify) -}}
{% if result.iframe_src -%}
<div id="result-video-{{ index }}" class="embedded-video invisible">
<iframe data-src="{{result.iframe_src}}" frameborder="0" allowfullscreen></iframe>
<video controls>
<source src="{{result.iframe_src}}">
</video>
</div>
{%- endif %}
{{ result_footer(result) }}