SpaceyaTech / SYT-Web-Redesign

https://www.spaceyatech.com/
Apache License 2.0
8 stars 25 forks source link

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

Closed bridgitkanini closed 6 months ago

bridgitkanini commented 6 months ago

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

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

<LazyLoadImage
    alt="..."
    effect="blur"
    src="..." />

Added appropriate alt attribute value.

vercel[bot] commented 6 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.