docs: add animated hero gif to README#1861
Merged
coliff merged 3 commits intohtmlhint:mainfrom Apr 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to replace the static logo with an animated hero GIF and improves the associated alt text. A review comment suggests using a relative path for the image source instead of an absolute URL to ensure the image renders correctly across forks and pull request previews.
Per PR review feedback: absolute URLs to raw.githubusercontent.com/main don't render in forks or in the PR preview until after merge. A relative path resolves correctly on GitHub, npm, and preview tools.
livlign
added a commit
to livlign/claude-skills
that referenced
this pull request
Apr 21, 2026
Gemini Code Assist flagged this on htmlhint/HTMLHint#1861: absolute raw.githubusercontent.com URLs pinned to main don't render in forks or in PR previews until after merge, which hurts review quality. Encode relative paths as the default, even when the existing README uses absolute URLs for its current images (legacy debt, don't propagate).
Member
|
this is neat - thanks. I do think we should use |
Contributor
Author
|
Hi @coliff, thank you for the comment. I have updated the pr as per the suggestion. |
coliff
approved these changes
Apr 22, 2026
Member
|
nice work @livlign - that's a neat script you created. thanks! 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the square logo at the top of the README with a slim animated hero (1200×200, 48 KB) that shows HTMLHint in action — the CLI running against a messy HTML file and reporting real findings with rule names and locations.
The hero renders at roughly the same vertical height as the previous 170px-square logo, so the rest of the README layout (badges, table of contents, everything below) is unaffected.
What it shows
Details
Test plan