Uploaded image for project: 'Apache Roller'
  1. Apache Roller
  2. ROL-2088

Making thumbnail size configurable

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Trivial
    • Resolution: Abandoned
    • 5.1.2
    • None
    • Media files / uploads
    • None

    Description

      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:

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

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

      Attachments

        Activity

          People

            roller_unassigned Roller Unassigned
            xkylex Kohei Nozaki
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: