diff --git a/src/components/video-editor/CropControl.tsx b/src/components/video-editor/CropControl.tsx index ea003ea..76a53a3 100644 --- a/src/components/video-editor/CropControl.tsx +++ b/src/components/video-editor/CropControl.tsx @@ -141,8 +141,8 @@ export function CropControl({ videoElement, cropRegion, onCropChange }: CropCont /> {/* Dark overlay outside crop */} -
- +
+ @@ -152,93 +152,82 @@ export function CropControl({ videoElement, cropRegion, onCropChange }: CropCont width={`${cropPixelWidth}%`} height={`${cropPixelHeight}%`} fill="black" + style={{ transition: 'none' }} /> - +
- {/* Crop region outline */} + {/* Crop region - 4 straight lines */} + {/* Top line */}
- {/* Grid lines */} -
- {[...Array(9)].map((_, i) => ( -
- ))} -
-
- - {/* Side handles */} - {/* Top handle */} -
handlePointerDown(e, 'top')} /> - {/* Bottom handle */} + {/* Bottom line */}
handlePointerDown(e, 'bottom')} /> - {/* Left handle */} + {/* Left line */}
handlePointerDown(e, 'left')} /> - {/* Right handle */} + {/* Right line */}
handlePointerDown(e, 'right')} /> diff --git a/src/components/video-editor/SettingsPanel.tsx b/src/components/video-editor/SettingsPanel.tsx index 58794c8..88caa1e 100644 --- a/src/components/video-editor/SettingsPanel.tsx +++ b/src/components/video-editor/SettingsPanel.tsx @@ -152,7 +152,7 @@ export function SettingsPanel({ selected, onWallpaperChange, selectedZoomDepth,
Crop Video -

Drag the white handles on each side to adjust the crop area. Changes apply to the entire video.

+

Drag on each side to adjust the crop area