I'm using the image component like this:
<NuxtImage class="relative z-10" :src="caseItem.headerImage" responsive :placeholder="true" :alt="caseItem.title" />
The image is a png with transparent background, the placeholder will not be removed after the image is loaded, so I get an ugly blurred shadow of the placeholder in the transparent background section of my png.