[Embed] Use new attachment route format
This commit is contained in:
parent
6a2c3eb711
commit
bb81f1f717
|
@ -3,8 +3,7 @@
|
||||||
{% if attributes['has_attachment'] != false %}
|
{% if attributes['has_attachment'] != false %}
|
||||||
{% set thumbnail_parameters = {
|
{% set thumbnail_parameters = {
|
||||||
'id': embed.getAttachmentId(),
|
'id': embed.getAttachmentId(),
|
||||||
'w': attributes['width'],
|
'size': 'small'
|
||||||
'h': attributes['height']
|
|
||||||
} %}
|
} %}
|
||||||
<img alt="{{embed.getTitle() | escape}}" class="{{attributes['class']}}"
|
<img alt="{{embed.getTitle() | escape}}" class="{{attributes['class']}}"
|
||||||
width="{{attributes['width']}}" height="{{attributes['height']}}"
|
width="{{attributes['width']}}" height="{{attributes['height']}}"
|
||||||
|
@ -37,4 +36,4 @@
|
||||||
<div class="p-summary embed">
|
<div class="p-summary embed">
|
||||||
{{ embed.getDescription() | escape }}
|
{{ embed.getDescription() | escape }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user