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