refactor(ui): 이미지 레이아웃을 비율 기반으로 정리 - #47
Merged
Merged
Conversation
- 장소/게시물 카드 썸네일: 208px 고정 높이 → aspect-[167/208] - 게시물 상세 이미지: 첫 장 비율로 프레임 결정(세로 240x300 / 가로 240x180 / 정방 240x240), 나머지는 cover - 단일 이미지는 프레임 없이 원본 비율 유지(contain, max-height min(70dvh, 520px))
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. 요약
2. 작업 내용
239c98f 이미지 레이아웃을 비율 기반으로 정리
3. 기술적 결정
주요 결정 사항
클라이언트 계산 자체를 걷어낼 수 있다.