Is it possible to make the size options for Audio module Images to be larger? The largest default of 170x170 is far too small for iTunes according to Apple's own iTunes tech specs.

http://www.apple.com/itunes/store/podcaststechspecs.html

This tag specifies the artwork for your podcast. Put the URL to the image in the href attribute. iTunes prefers square .jpg images that are at least 600 x 600 pixels, which is different than what is specified for the standard RSS image tag.

I've found that a 300x300 image will work great for my podcasts, but the Audio module should at least have the option of going larger than 170x170.

Comments

drewish’s picture

Version: 5.x-1.4 » 6.x-1.x-dev

Well back when we wrote it people would have crapped a brick if you were doing anything that big ;) Agreed it'd be good to have the large size as an option. It needs to happen to the current version then get back ported.

drewish’s picture

Category: support » feature
wickedradio’s picture

I see this is an old issue it is not hard at all to solve this problem and actually add whatever sizes ranges you want to the module.
in modules/audio/images in the file audio_images.admin.inc modify the area below '#options' => array(

add whatever dimensions you want in the format the defaults are in and it will work. if you already have images you need to remove them and then re-add them and they will display as you configure them in the settings for the audio module for images.