mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix issue with video preview
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
<div id="phraseanet-embed-frame" class="videoTips"
|
<div id="phraseanet-embed-frame" class="videoTips"
|
||||||
data-original-width="{{original_w}}"
|
data-original-width="{{original_w}}"
|
||||||
data-original-height="{{original_h}}"
|
data-original-height="{{original_h}}"
|
||||||
data-kind="video">
|
data-kind="video"
|
||||||
|
data-src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}">
|
||||||
<iframe width="100%" height="100%"
|
<iframe width="100%" height="100%"
|
||||||
src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}"
|
src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}"
|
||||||
frameborder="0" allowfullscreen></iframe>
|
frameborder="0" allowfullscreen></iframe>
|
||||||
@@ -22,7 +23,8 @@
|
|||||||
<div id="phraseanet-embed-frame" class="documentTips"
|
<div id="phraseanet-embed-frame" class="documentTips"
|
||||||
data-original-width="{{original_w}}"
|
data-original-width="{{original_w}}"
|
||||||
data-original-height="{{original_h}}"
|
data-original-height="{{original_h}}"
|
||||||
data-kind="document">
|
data-kind="document"
|
||||||
|
data-src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}">
|
||||||
<iframe width="100%" height="100%"
|
<iframe width="100%" height="100%"
|
||||||
src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}"
|
src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}"
|
||||||
frameborder="0" allowfullscreen></iframe>
|
frameborder="0" allowfullscreen></iframe>
|
||||||
@@ -31,7 +33,8 @@
|
|||||||
<div id="phraseanet-embed-frame" class="audioTips"
|
<div id="phraseanet-embed-frame" class="audioTips"
|
||||||
data-original-width="{{original_w}}"
|
data-original-width="{{original_w}}"
|
||||||
data-original-height="{{original_h}}"
|
data-original-height="{{original_h}}"
|
||||||
data-kind="audio">
|
data-kind="audio"
|
||||||
|
data-src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}">
|
||||||
<iframe width="100%" height="100%"
|
<iframe width="100%" height="100%"
|
||||||
src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}"
|
src="{{ url('alchemy_embed_view', {url: url|trim, autoplay: autoplay|default('false') }) }}"
|
||||||
frameborder="0" allowfullscreen></iframe>
|
frameborder="0" allowfullscreen></iframe>
|
||||||
|
@@ -364,7 +364,8 @@
|
|||||||
alertTitle: '{{ "alert" | trans }}',
|
alertTitle: '{{ "alert" | trans }}',
|
||||||
noImgSelected: '{{ "no image selected" | trans }}',
|
noImgSelected: '{{ "no image selected" | trans }}',
|
||||||
processing: '{{ "processing" | trans }}',
|
processing: '{{ "processing" | trans }}',
|
||||||
thumbnailTitle: '{{ 'thumbnail validation' | trans }}'
|
thumbnailTitle: '{{ 'thumbnail validation' | trans }}',
|
||||||
|
updateTitle: '{{ 'Successful update' | trans }}'
|
||||||
},
|
},
|
||||||
T_fields: {{ JSonFields|raw }},
|
T_fields: {{ JSonFields|raw }},
|
||||||
videoEditorConfig: {% if videoEditorConfig is not null %}{{ videoEditorConfig|json_encode()|raw }}{% else %}{}{% endif %},
|
videoEditorConfig: {% if videoEditorConfig is not null %}{{ videoEditorConfig|json_encode()|raw }}{% else %}{}{% endif %},
|
||||||
|
Reference in New Issue
Block a user