mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix cropped person image transparency (#16112)
This commit is contained in:
parent
2d74873db0
commit
b15b0e25d6
@ -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