[ENTITY][AttachmentThumbnail] Every image should have width and height attributes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% if attributes['has_attachment'] != false %}
|
||||
{% set thumbnail_parameters = {
|
||||
'id': embed.getAttachmentId(),
|
||||
'size': 'small'
|
||||
'size': 'medium'
|
||||
} %}
|
||||
<img alt="{{embed.getTitle() | escape}}" class="{{attributes['class']}}"
|
||||
width="{{attributes['width']}}" height="{{attributes['height']}}"
|
||||
|
Reference in New Issue
Block a user