diff --git a/.env.example b/.env.example index 1e85364..cdc109c 100644 --- a/.env.example +++ b/.env.example @@ -2,8 +2,6 @@ PUBLIC_GOOGLE_CLIENT_ID="YOUR_GOOGLE_CLIENT_ID_HERE" # Face Detection Crop Configuration -# Crop aspect ratio (width:height) - e.g., 1.0 for square, 1.5 for 3:2 ratio -PUBLIC_CROP_RATIO=1.0 # Face offset from center (as percentage of crop dimensions) # Positive values move the face toward bottom-right, negative toward top-left diff --git a/src/lib/components/wizard/StepGallery.svelte b/src/lib/components/wizard/StepGallery.svelte index 5e2ae12..0fbcb09 100644 --- a/src/lib/components/wizard/StepGallery.svelte +++ b/src/lib/components/wizard/StepGallery.svelte @@ -1,6 +1,7 @@