feat(original): 작품별 상세 UI
- 블러 처리한 배경의 세로 크기 절반으로 축소
This commit is contained in:
@@ -21,8 +21,9 @@ struct OriginalWorkDetailView: View {
|
|||||||
if let imageUrl = viewModel.response?.imageUrl {
|
if let imageUrl = viewModel.response?.imageUrl {
|
||||||
KFImage(URL(string: imageUrl))
|
KFImage(URL(string: imageUrl))
|
||||||
.resizable()
|
.resizable()
|
||||||
.scaledToFit()
|
.scaledToFill()
|
||||||
.frame(maxWidth: .infinity)
|
.frame(width: screenSize().width, height: (168 * 288 / 306) + 56)
|
||||||
|
.clipped()
|
||||||
.blur(radius: 25)
|
.blur(radius: 25)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user