Skip to content

Commit 55b65d4

Browse files
committed
blur lowq, opacity on full
1 parent 85f2356 commit 55b65d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/views/Collection.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function Collection({ isSelfProfile }) {
168168
</div>
169169
)}
170170
<LazyLoadImage
171-
placeholderSrc={image.lowqSrc}
171+
effect='blur'
172172
src={image.lowqSrc}
173173
onClick={() => {
174174
setIndex(index)
@@ -182,7 +182,7 @@ function Collection({ isSelfProfile }) {
182182
})}
183183
/>
184184
<LazyLoadImage
185-
effect="blur"
185+
effect="opacity"
186186
placeholderSrc={image.src}
187187
src={image.src}
188188
onClick={() => {

0 commit comments

Comments
 (0)