Fixed Rezize picture height not working

rfc0001

Well-known member
Affected version
2.1.1
Resizing a photo and only entering width auto resizes the hight, however only entering a height does not resize the width.

Repro:
  1. Click Insert image
  2. Click "click here"
  3. Select image and click OK
  4. Click image
  5. Click resize
  6. Enter height: 600
  7. Click Update
  8. Image is resized on screen
  9. Click Show BB Code
Expected:
- shows height="600px" in bb code

Actual:
-just show normal image tag (note: manually adding the height attribute does not work either).

Is this by design? Seems like a bug.
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.2).

Change log:
Ensure that editor HTML conversion maintains an attachment's height attribute.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom