diff --git a/plugins/editors-xtd/contact/contact.php b/plugins/editors-xtd/contact/contact.php index 2a5acf8ba4dd7..cff2f99803496 100644 --- a/plugins/editors-xtd/contact/contact.php +++ b/plugins/editors-xtd/contact/contact.php @@ -56,9 +56,13 @@ public function onDisplay($name) $button->link = $link; $button->text = Text::_('PLG_EDITORS-XTD_CONTACT_BUTTON_CONTACT'); $button->name = 'address'; - $button->iconSVG = ''; + $button->iconSVG = '' + . ''; + $button->options = [ 'height' => '300px', 'width' => '800px',