From b15b0e25d6156f5ddcb84ba92d80cfb53c1eac2f Mon Sep 17 00:00:00 2001 From: akston <169469+akston@users.noreply.github.com> Date: Tue, 11 Apr 2023 09:08:29 -0400 Subject: [PATCH] Fix cropped person image transparency (#16112) --- src/panels/config/person/dialog-person-detail.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panels/config/person/dialog-person-detail.ts b/src/panels/config/person/dialog-person-detail.ts index 5b35fb18d6..88c627c808 100644 --- a/src/panels/config/person/dialog-person-detail.ts +++ b/src/panels/config/person/dialog-person-detail.ts @@ -33,7 +33,6 @@ const includeDomains = ["device_tracker"]; const cropOptions: CropOptions = { round: true, - type: "image/jpeg", quality: 0.75, aspectRatio: 1, };