Because on JA Rave Template we have customized the Featured Article as per the concept of the template, that’s the reason the image included in articles are changed but you can fix it as follows :
Open templates/ja_rave/html/com_content/featured/default_item.php file
find this script
if (preg_match_all($regex,$this->item->introtext, $matches)) {
$this->item->introtext = preg_replace ($regex, '', $this->item->introtext);
$image = implode ("n", $matches[0]);
}
and disable it
/*if (preg_match_all($regex,$this->item->introtext, $matches)) {
$this->item->introtext = preg_replace ($regex, '', $this->item->introtext);
$image = implode ("n", $matches[0]);
}*/
Remember to clear cache from Admin area