Skip to content

Force filename to be set back to xlarge after thumbnail processing #2180

Ben requested to merge fix/comment-thumbnail-size-2180 into master

Summary

Ticket(s)

#2180 (closed)

Summary of Changes

Because of the ordering of setting filenames previously going from small to large, the final saved filename was appended with /xlarge - since reversing the order, we've been saving the images filename as /small.

This change just sets the filename back to /xlarge after the processing is done, before save.

Testing Considerations

Test images and their quality in modals. This change is targetting a fix for an issue only known in comments.

Regression Scope

Potentially affects any thumbnail links of images.

Platform Affected (web, mobile, etc)

Web and mobile

Developer Testing Completed

N/A

Screenshots

N/A

Localization Implemented?

  • Yes
  • No / N/A

Dark mode / Light mode compatible?

  • Yes
  • No / N/A
Edited by Ben

Merge request reports