Is this the Quizzes Feed widget? If so, it uses a core template to display the image:
<ips:template parameters="$quiz, $orientation='vertical'" />
<li class='ipsDataItem {{if $orientation == 'horizontal'}}ipsGrid_span3{{endif}}'>
<div class='ipsDataItem_icon ipsPos_top'>
{template="thumbImage" group="global" app="core" params="$quiz->thumb, $quiz->title, 'tiny', '', 'view_this', $quiz->url(), 'quizzes_Image'"}
</div>
As it hasn't any background style there, I can only image it comes fromthe thumbImage template.