diff --git a/Forms/HTMLEditor/HTMLEditorField_Embed.php b/Forms/HTMLEditor/HTMLEditorField_Embed.php
index 11e396136..bcf90bb09 100644
--- a/Forms/HTMLEditor/HTMLEditorField_Embed.php
+++ b/Forms/HTMLEditor/HTMLEditorField_Embed.php
@@ -106,7 +106,7 @@ class HTMLEditorField_Embed extends HTMLEditorField_File
}
// Default media
- return FRAMEWORK_DIR . '/images/default_media.png';
+ return FRAMEWORK_DIR . '/client/dist/images/src/default_media.png';
}
public function getName()