summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2018-11-19 09:17:16 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-11-19 09:17:16 +0900
commit644bc985e7cc584654da26e09a1575ba01dcc97d (patch)
treeca33f206cad61ef61f8be62c35f822df10b18c38 /src/client/app
parent[Client] Improve UI (diff)
downloadmisskey-644bc985e7cc584654da26e09a1575ba01dcc97d.tar.gz
misskey-644bc985e7cc584654da26e09a1575ba01dcc97d.tar.bz2
misskey-644bc985e7cc584654da26e09a1575ba01dcc97d.zip
Fix some image processing (#3313)
* Improve thunmbnail generation * Respect orientation in Firefox
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/common/views/components/image-viewer.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/image-viewer.vue b/src/client/app/common/views/components/image-viewer.vue
index b86a110337..204355b182 100644
--- a/src/client/app/common/views/components/image-viewer.vue
+++ b/src/client/app/common/views/components/image-viewer.vue
@@ -65,5 +65,6 @@ export default Vue.extend({
max-height 100%
margin auto
cursor zoom-out
+ image-orientation from-image
</style>