mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3116 : Add some fix on video display
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#subtitleEditor">
|
||||
<a href="#subtitleEditor" id="subtitleEditortoggle">
|
||||
{{ "prod:videoeditor:subtitleTab:: title" | trans }}
|
||||
</a>
|
||||
</li>
|
||||
@@ -332,6 +332,8 @@
|
||||
{% for subdef in previewHtml5 %}
|
||||
{
|
||||
ratio: '{{ ratio }}',
|
||||
width: '{{ width }}',
|
||||
height: '{{ height }}',
|
||||
framerate: {{ record.exif[constant('media_subdef::TC_DATA_FRAMERATE')] | round(2) }},
|
||||
type: "{{ subdef.get_mime() }}",
|
||||
src: "{{ subdef.get_url() }}"
|
||||
@@ -346,6 +348,5 @@
|
||||
preferences: {
|
||||
overlapChapters: {% if overlapChapters != NULL %}{{ overlapChapters }}{% else %}1{% endif %},
|
||||
}
|
||||
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user