You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "reed_dba (JIRA)" <ji...@apache.org> on 2016/04/05 12:43:25 UTC

[jira] [Commented] (ROL-2088) Making thumbnail size configurable

    [ https://issues.apache.org/jira/browse/ROL-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226060#comment-15226060 ] 

reed_dba commented on ROL-2088:
-------------------------------

This is an issue that is impacting our release of 5.1.2. Are there any configuration options that have been made available?

> 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
>    Affects Versions: 5.1.2
>            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)