Skip to content

Commit

Permalink
v091.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghuolaji committed Sep 11, 2023
1 parent ce8a87e commit 4cd4160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/feature/wrapImage/WrapImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ const constructSizesSrcSet = (
mediaQuery: string = "min-width"
) => {
return [
{ minWidth: 1280, size: lg },
{ minWidth: 1024, size: md },
{ minWidth: 768, size: sm },
{ minWidth: 1280, size: xl },
{ minWidth: 1024, size: lg },
{ minWidth: 768, size: md },
{ minWidth: 640, size: sm },
]
.filter(({ size }) => size !== undefined)
Expand Down

0 comments on commit 4cd4160

Please sign in to comment.