Hey dynamitec!
That is the expected behaviour. If you want to change it to all of the post formats display the gravatar then open up /enfold/includes/loop-index.php and change line 120 from this.
if($post_format == 'standard')
To this.
if(1==1)
Cheers!
Elliott