Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13756

Images have wrong size after upload

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.3
    • 3.1.4-RC1
    • None
    • None

    Description

      Reported on german board phpBB.de: https://www.phpbb.de/community/viewtopic.php?f=147&t=234192

      Images are wrong resized after upload with plupload. The problem is, as stated in the post, that the parameters are in the wrong order.

      Open: phpbb/plupload/plupload.php
      Find: (around line 268)

      $resize = sprintf(
      	'resize: {width: %d, height: %d, quality: 100},',
      	(int) $this->config['img_max_height'],
      	(int) $this->config['img_max_width']
      );

      Attachments

        Activity

          People

            Elsensee Oliver Schramm [X] (Inactive)
            Elsensee Oliver Schramm [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: