mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Settings, Management: Better uploaded profile picture quality
This commit is contained in:
parent
bfc958484c
commit
e995a514de
@ -49,7 +49,7 @@
|
||||
|
||||
.cr-viewport {
|
||||
border: none;
|
||||
box-shadow: 0 0 2000px 2000px rgba(white, 0.5);
|
||||
box-shadow: 0 0 2000px 2000px rgba(#7f7f7f, 0.5);
|
||||
}
|
||||
|
||||
.cr-slider {
|
||||
|
@ -18,6 +18,7 @@ const cropperResultOptions: Croppie.ResultOptions & { type: 'blob' } = {
|
||||
quality: 1,
|
||||
format: 'jpeg',
|
||||
circle: false,
|
||||
size: { width: 1024, height: 1024 },
|
||||
};
|
||||
|
||||
type ICroppie = typeof import('croppie');
|
||||
|
Loading…
x
Reference in New Issue
Block a user