QUOTE
Forget what I originally said. I mis-read your post. I thought you were having problems with the album art being displayed properly like with the cd case.
What you want is for it to stretch across the your header right?
This is the code Snowsfall used
CODE
$imageabs2(288,288,0,0,288,288,0,-150,$replace(%path%,%filename_ext%,folder.jpg),alpha-100)
im using that code now, but it still isnt stretching the images at all. All it is doing is displaying the image centered in the header and only cropping the top and bottom. As of now, my code is:
CODE
$font(calibri,10,boldshadow glowalpha-0,)
$alignabs(20,10,180,110,,)%artist%
$alignabs(20,25,270,110,,)%album%
$alignabs(20,40,120,110,,)%date%
$imageabs2(288,288,0,0,288,288,0,-150,$replace(%path%,%filename_ext%,folder.jpg),alpha-100)
but im still getting this:

I've tried:
CODE
$imageabs2(%_width%,%_width%,0,0,%_width%,%_width%,0,-150,$replace(%path%,%filename_ext%,)folder.jpg,alpha-100)
as well, but I get the same results