mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
bump embed bundle, fix embed code
This commit is contained in:
8
composer.lock
generated
8
composer.lock
generated
@@ -126,12 +126,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lostdalek/embed-bundle.git",
|
||||
"reference": "304481b5b63bb8576bfb3211152f8d70d7d62b70"
|
||||
"reference": "fea613bb99ddb93b3fdeb207e9a5dfc39a4eedf4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/lostdalek/embed-bundle/zipball/304481b5b63bb8576bfb3211152f8d70d7d62b70",
|
||||
"reference": "304481b5b63bb8576bfb3211152f8d70d7d62b70",
|
||||
"url": "https://api.github.com/repos/lostdalek/embed-bundle/zipball/fea613bb99ddb93b3fdeb207e9a5dfc39a4eedf4",
|
||||
"reference": "fea613bb99ddb93b3fdeb207e9a5dfc39a4eedf4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -172,7 +172,7 @@
|
||||
"source": "https://github.com/lostdalek/embed-bundle/tree/master",
|
||||
"issues": "https://github.com/lostdalek/embed-bundle/issues"
|
||||
},
|
||||
"time": "2015-10-29 10:43:15"
|
||||
"time": "2015-11-05 16:53:28"
|
||||
},
|
||||
{
|
||||
"name": "alchemy/geonames-api-consumer",
|
||||
|
@@ -42,7 +42,7 @@
|
||||
<label>{% trans %}Embed code{% endtrans %}</label>
|
||||
{% spaceless %}
|
||||
<textarea class="input-block-level" rows="4" readonly="true" id="embedRecordUrl">
|
||||
<iframe width="{{ preview.width }}" height="{{ preview.height }}" src="{{ preview.embedUrl|url_encode }}" frameborder="0" allowfullscreen></iframe>
|
||||
<iframe width="{{ preview.width }}" height="{{ preview.height }}" src="{{ preview.embedUrl }}" frameborder="0" allowfullscreen></iframe>
|
||||
</textarea>
|
||||
{% endspaceless %}
|
||||
<p class="pull-right">
|
||||
|
Reference in New Issue
Block a user