mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix cropped person image transparency (#16112)
This commit is contained in:
parent
b076301513
commit
deb53eb180
@ -33,7 +33,6 @@ const includeDomains = ["device_tracker"];
|
|||||||
|
|
||||||
const cropOptions: CropOptions = {
|
const cropOptions: CropOptions = {
|
||||||
round: true,
|
round: true,
|
||||||
type: "image/jpeg",
|
|
||||||
quality: 0.75,
|
quality: 0.75,
|
||||||
aspectRatio: 1,
|
aspectRatio: 1,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user