diff --git a/plugins/Embed/templates/embed/embedView.html.twig b/plugins/Embed/templates/embed/embedView.html.twig index 616e76ee43..ce3cfa27eb 100644 --- a/plugins/Embed/templates/embed/embedView.html.twig +++ b/plugins/Embed/templates/embed/embedView.html.twig @@ -3,8 +3,7 @@ {% if attributes['has_attachment'] != false %} {% set thumbnail_parameters = { 'id': embed.getAttachmentId(), - 'w': attributes['width'], - 'h': attributes['height'] + 'size': 'small' } %} {{embed.getTitle() | escape}} {{ embed.getDescription() | escape }} - \ No newline at end of file +