Hi,

I can't edit the thumbnail size or am i wrong?

I found this line below at swfupload.admin.inc, but there isn't any form with swfupload_thumb_size and also the css has 32x32 written.

$size = explode('x', variable_get('swfupload_thumb_size', '32x32'));

Is there a way to configure it or use a image cache preset?

I had to manually edit the php above and also edit the swfupload.css file at:

.sfwupload-list-mime {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 32px; 
    width: 32px;
}

Changing from 32x32 to my custom size.

thanks

Comments

Jenya’s picture

Also wondering the same thing. The thumbnail is much too small.

Jenya’s picture

Issue summary: View changes

solution