-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 질문 폼 생성하기 베이스 배경 이미지 적용 #490
Conversation
Bundle SizesCompared against 57ce4fa
Dynamic import: No significant changes found |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
webp 부분 확인 부탁드립니다!
@@ -19,6 +20,10 @@ const SurveyBasePage: NextPage = () => { | |||
<Link href="/survey/create" css={linkCss}> | |||
<Button color="blue">폼 생성하기</Button> | |||
</Link> | |||
|
|||
<div css={backgroundImageWrapperCss}> | |||
<Image quality={100} src="/images/survey/base.webp" alt="배경" fill objectFit="cover" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
webp를 지원하지 않는 브라우저라면 처리 해주지 않아도 되는걸까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이제 주 사용처가 웹뷰가 될 거 같기도 했구요 !!
* feat: 설문이 있을 때 핸들링 * feat: 연구 결과 피드백 없을 때 마크업 (#492) * chore: 결과 베이스 이미지 * feat: mobile header props 뚫기 * feat: 결과 베이스
🤔 해결하려는 문제가 무엇인가요?
제곧내
🌄 스크린샷