PHRAS-3116 Video editor Fix on video request tab

This commit is contained in:
Harrys Ravalomanana
2020-06-22 14:52:57 +04:00
parent 013c0c8dac
commit 44764eaac9
12 changed files with 171 additions and 173 deletions

View File

@@ -213,7 +213,7 @@
</button>
</div>
</div>
<div class="video-subtitle-right">
<div class="video-subtitle-right" style="overflow: hidden;">
<div class="video-subtitle-wrapper">
</div>
</div>
@@ -265,12 +265,6 @@
</div>
<div class="video-subtitle-right">
<div class="video-subtitle-wrapper">
<video class="thumb_video" controls="" preload="auto" data-ratio="{{ prevRatio }}">
{% for subdef in previewHtml5 %}
<source type="{{ subdef.get_mime() }}" src="{{ subdef.get_url() }}"/>
{% endfor %}
{{ 'No preview available' | trans }}
</video>
</div>
</div>
</div>