]> cat aescling's git repositories - mastodon.git/commit
Add limitation of image's max zoom rate (max to the original size of image) (#15094)
authorMashiro <adadam@qq.com>
Wed, 4 Nov 2020 19:43:31 +0000 (03:43 +0800)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 19:43:31 +0000 (20:43 +0100)
commitf720af6b721b773e68c00a546256ff20eeb3226d
treee3a0e1da34f088eadbe9465a5b04140285d79cbd
parentab009985035dcad87cfd2bfaafaa76f6a03291e7
Add limitation of image's max zoom rate (max to the original size of image) (#15094)

* limit image max scale rate to fit the actual image size

* replace with MIN_SCALE

* fix behavior on touch screen
app/javascript/mastodon/features/ui/components/zoomable_image.js