[
https://issues.apache.org/jira/browse/ROL-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230314#comment-15230314
]
reed_dba commented on ROL-2088:
-------------------------------
>From what I've seen the issue is within the Xinha editor set up and not the
>themes. A plug in is available in Xinha that would allow the modification of
>the thumbnail size whilst in the editor screen (called ExtendedFileManager). I
>would have thought that having this plugin enabled by default would be better
>than what we have currently. Unfortunately I'm not particularly adept at
>enabling this plugin in Xinha.
Roller-custom.properties is a very handy resource to have, so if possible it
would be a good central area to have this configuration option.
> 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)