Skip to content

Add lazy loading to testimonial images in index.html#53

Open
Adityacode-hub wants to merge 1 commit intokeploy:mainfrom
Adityacode-hub:fix-lazy-loading-testimonials
Open

Add lazy loading to testimonial images in index.html#53
Adityacode-hub wants to merge 1 commit intokeploy:mainfrom
Adityacode-hub:fix-lazy-loading-testimonials

Conversation

@Adityacode-hub
Copy link
Copy Markdown

Description

Added native HTML loading="lazy" attribute to all testimonial tags in index.html to prevent eager loading during initial page load.

Also updated alt attributes for better accessibility and SEO.

Fixes #51

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

##Improvement

  • Improves page load performance
    -Reduces initial bandwidth usage
    -Enhances accessibility

##File Changed

  • index.html

.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and congratulations 🎉 for opening your very first pull request in student-program

Signed-off-by: aditya <134756409+Adityacode-hub@users.noreply.github.com>
@Adityacode-hub Adityacode-hub force-pushed the fix-lazy-loading-testimonials branch from a93afc8 to e596cf3 Compare February 25, 2026 07:08
@Adityacode-hub
Copy link
Copy Markdown
Author

Hi maintainers 👋

I’ve added lazy loading to testimonial images in index.html as discussed in the issue.

All checks are passing now. Please review when possible.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature]: Add loading="lazy" to testimonial images for better performance

1 participant