Skip to content

Commit

Permalink
FE: [fix] 카메라 꽉차게 스타일 변경 #34
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeona01 committed Nov 17, 2024
1 parent bf9c6c0 commit 90f7845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/eyesee-user/src/app/camera/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const CameraPage = () => {
ref={videoRef}
autoPlay
playsInline
className="w-[90vw] h-[60vh] border border-gray-300 rounded"
className="w-[90vw] h-[60vh] object-cover border border-gray-300 rounded"
style={{ transform: "scaleX(-1)" }} // 좌우 반전
/>
<div className="text-sm text-gray-600">
Expand Down

0 comments on commit 90f7845

Please sign in to comment.