Add width and height to the image, select editor modal
This fixes the issue that the modal resizes after the image is loaded. [MAILPOET-5644]
This commit is contained in:
committed by
Jan Lysý
parent
1b0e256fb8
commit
9806225f87
@@ -27,6 +27,8 @@ export function EditorSelectModal({
|
|||||||
<img
|
<img
|
||||||
src={`${MailPoet.cdnUrl}email-editor/new-editor-modal-header.png`}
|
src={`${MailPoet.cdnUrl}email-editor/new-editor-modal-header.png`}
|
||||||
alt={__('New editor', 'mailpoet')}
|
alt={__('New editor', 'mailpoet')}
|
||||||
|
width="324"
|
||||||
|
height="130"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user