gsainfoteam / ziggle-fe

https://ziggle.gistory.me
7 stars 2 forks source link

fix: zabo image too long (yutgarak) #357

Closed enc2586 closed 2 months ago

enc2586 commented 2 months ago

이미지가 엿가락처럼 긴 문제를 Next Image 컴포넌트에 style을 붙이고 height: auto, maxHeight: 350px를 넣어서 해결했습니다. 보통 16:9 이미지(포스터)를 올리니까 maxHeight: 350px로 잡았습니다만(width가 200px이므로), 디자인팀의 의견에 따라 조정이 필요할듯 합니다.

before: image

after: image

ref: stackoverflow

enc2586 commented 2 months ago

이미지를 위쪽부터 자를 수 있도록 수정 필요!

ParkJumyung commented 2 months ago

https://github.com/gsainfoteam/ziggle-fe/pull/363 이 PR에서도 다루는 내용이라 제가 머지하고 컨플릭트 해결하겠습니다.