SpaceyaTech / SYT-Web-Redesign

https://www.spaceyatech.com/
Apache License 2.0
6 stars 23 forks source link

Fix #138 Lazy Load all images on the website #145

Closed bridgitkanini closed 2 months ago

bridgitkanini commented 3 months ago

Images lazy loading using react-lazy-load-image-component. All <img/> replaced with

import { LazyLoadImage } from 'react-lazy-load-image-component'; // npm i react-lazy-load-image-component

<LazyLoadImage
    alt="..."
    effect="blur"
    src="..." />
vercel[bot] commented 3 months ago

@bridgitkanini is attempting to deploy a commit to the sytweb Team on Vercel.

A member of the Team first needs to authorize it.

Ase020 commented 3 months ago

The images are not being fully loaded. I think we should remove the blur-effect option.

Screenshot 2024-03-23 222357