-
Notifications
You must be signed in to change notification settings - Fork 11
Optimize images for responsiveness and performance #114
Copy link
Copy link
Open
Labels
frontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)good first issueGood for newcomersGood for newcomershacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAPreactReact components & UI logicReact components & UI logic
Milestone
Metadata
Metadata
Assignees
Labels
frontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)good first issueGood for newcomersGood for newcomershacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAPreactReact components & UI logicReact components & UI logic
Type
Projects
Status
Todo
Description:
Optimize all images across the project for improved performance and responsiveness. Use popular image optimization tools such as Squoosh, TinyPNG, or ImageOptim to reduce file sizes while maintaining visual quality. Implement responsive image loading using modern HTML elements like
<picture>and thesrcsetattribute to serve appropriate image sizes for mobile, tablet, and desktop devices.Requirements:
<picture>andsrcset.loading="lazy"attribute where applicable, except Hero section, to improve performance.Acceptance Criteria: