Active
Project:
SWFUpload
Version:
6.x-2.0-beta8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 14:08 UTC
Updated:
9 Dec 2011 at 21:10 UTC
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
Comment #1
Jenya commentedAlso wondering the same thing. The thumbnail is much too small.
Comment #1.0
Jenya commentedsolution