Skip to content

Commit

Permalink
fix(ui): remove illustration lazy loading for UX reason
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Jan 15, 2020
1 parent 752eddd commit a05720f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/articles/components/ArticleImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default ({ src }: Props) => {
return (
<img
src={src}
loading="lazy"
srcSet={`${proxifyImageURL(src, 320)} 320w,
${proxifyImageURL(src, 767)} 767w`}
sizes={mobileDisplay ? '100vw' : '320px'}
Expand Down

0 comments on commit a05720f

Please sign in to comment.