Kohei Nozaki created ROL-2088:
---------------------------------

             Summary: Making thumbnail size configurable
                 Key: ROL-2088
                 URL: https://issues.apache.org/jira/browse/ROL-2088
             Project: Apache Roller
          Issue Type: Wish
          Components: Media files / uploads
            Reporter: Kohei Nozaki
            Assignee: Roller Unassigned
            Priority: Trivial


I love Roller's automatic thumbnail generating feature for images but sometimes 
I want to tweak its size.

Currently its maximum size is hard-coded as constants in Java code as follows:

{noformat}
public interface MediaFileManager {
    int MAX_WIDTH = 120;
    int MAX_HEIGHT = 120;
{noformat}

I wish I could configure them in {{roller-custom.properties}} or somehow 
easy-to-configure way.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to