mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 07:03:00 -06:00
[chore] Take account of rotation data when calculating full size image dimensions (#3159)
* [chore] Take account of rotation data when calculating full size image dimensions * boobies
This commit is contained in:
parent
fd837776e2
commit
697261da53
3 changed files with 74 additions and 59 deletions
|
|
@ -223,7 +223,6 @@ func (p *ProcessingMedia) store(ctx context.Context) error {
|
|||
width,
|
||||
height,
|
||||
aspect,
|
||||
result.rotation,
|
||||
)
|
||||
p.media.FileMeta.Small.Width = thumbWidth
|
||||
p.media.FileMeta.Small.Height = thumbHeight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue