Skip to content

Commit

Permalink
이미지 스켈레톤 이미지 삽입 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Nov 7, 2023
1 parent 021bca6 commit ab40a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/common/component/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,8 @@ export function Modal() {
alt="모달 이미지"
width={0}
height={0}
priority
blurDataURL="data:image/gif;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mO8UA8AAiUBUcc3qzwAAAAASUVORK5CYII="
css={css`
width: 10rem;
height: 10rem;
Expand All @@ -1572,6 +1574,8 @@ export function Modal() {
alt="모달 이미지"
width={0}
height={0}
priority
blurDataURL="data:image/gif;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mO8UA8AAiUBUcc3qzwAAAAASUVORK5CYII="
css={css`
width: 10rem;
height: 10rem;
Expand Down
1 change: 1 addition & 0 deletions src/components/notice/Notice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default function Notice() {
src={notice}
width={0}
height={0}
blurDataURL="data:image/gif;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mO8UA8AAiUBUcc3qzwAAAAASUVORK5CYII="
css={css`
width: 9rem;
height: 9rem;
Expand Down

0 comments on commit ab40a23

Please sign in to comment.