Merge pull request #2743 from pixelfed/staging

Update StoryCompose crop logic
This commit is contained in:
daniel 2021-04-30 20:08:34 -06:00 committed by GitHub
commit a96f6d96cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@
- Updated Helpers, fix broken tests. ([22dddaa0](https://github.com/pixelfed/pixelfed/commit/22dddaa0))
- Updated StoryController, fix cache crop bug. ([c2f8faae](https://github.com/pixelfed/pixelfed/commit/c2f8faae))
- Updated StoryController, optimize photo size by resizing to 9:16 aspect. ([e66ed9a2](https://github.com/pixelfed/pixelfed/commit/e66ed9a2))
- Updated StoryCompose crop logic. ([2ead622c](https://github.com/pixelfed/pixelfed/commit/2ead622c))
- ([](https://github.com/pixelfed/pixelfed/commit/))
## [v0.10.10 (2021-01-28)](https://github.com/pixelfed/pixelfed/compare/v0.10.9...v0.10.10)

Binary file not shown.

Binary file not shown.

View file

@ -239,7 +239,7 @@
uploadProgress: 0,
cropper: {
aspectRatio: 9/16,
viewMode: 1,
viewMode: 2,
zoomable: true,
zoom: null
},