mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge 83c265a73a into 3ab85db5dd
This commit is contained in:
commit
87783237d5
10 changed files with 20 additions and 19 deletions
|
|
@ -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) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue