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 4 additions and 3 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)

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
"/js/rempro.js": "/js/rempro.js?id=99242973aa5063217944",
"/js/search.js": "/js/search.js?id=3ba14b0584cb9d408a3f",
"/js/status.js": "/js/status.js?id=ca27a10a8fb2d95f0956",
"/js/story-compose.js": "/js/story-compose.js?id=583a8c85bc7611ca48de",
"/js/story-compose.js": "/js/story-compose.js?id=5d24aadd2fc69fce6862",
"/js/theme-monokai.js": "/js/theme-monokai.js?id=8842103833ba4861bcfa",
"/js/timeline.js": "/js/timeline.js?id=a71588fab24087b45576"
}

View File

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