Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted_Images_to_WebP_for_Better_Optimization #161

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

smog-root
Copy link
Contributor

@smog-root smog-root commented Oct 16, 2024

Issue_id: #154

  • Converted all relevant images from formats like PNG and JPEG to WebP for better optimization and performance.
  • WebP offers better compression without significant quality loss, which helps in reducing file sizes and improves page load speed.

Changes:

  • Replaced existing image formats (JPEG, PNG) with WebP versions.
  • Updated image references in HTML files to reflect the new WebP file paths.
  • Verified that images render correctly in browsers that support WebP.

Testing:

  • Verified on multiple browsers (Chrome, Firefox, etc.) to ensure proper image rendering.
  • Ensured fallback mechanisms are in place for browsers that do not support WebP (if needed).

Note: Add gssoc-ext with level3, hacktoberfest-accepted labels!

@Harshdev098

@Harshdev098 Harshdev098 merged commit 9ff0d63 into Harshdev098:main Oct 16, 2024
1 check passed
@Harshdev098 Harshdev098 added hacktoberfest This issue belongs to hacktoberfest gssoc-ext This issue is under GSSoc Ext program level3 labe3 label for gssoc hacktoberfest-accepted label for accepted PRs under hacktoberfest labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext This issue is under GSSoc Ext program hacktoberfest This issue belongs to hacktoberfest hacktoberfest-accepted label for accepted PRs under hacktoberfest level3 labe3 label for gssoc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants