README: bump demo gif grid to 400x225#613
Merged
Merged
Conversation
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
Bumps each demo gif from 320x180 to 400x225 so the grid reads more comfortably without going edge-to-edge.
Validation
Visual.
Linked issues
Refs #612.
Greptile Summary
Resizes the four demo gif
<img>elements in the README from320×180to400×225, keeping the 16:9 aspect ratio intact for a more comfortable grid presentation.slack.gif,imessage.gif,autocorrect.gif,macros.gif) receive the same dimension bump, so the 2×2 grid remains symmetrical.Confidence Score: 5/5
Safe to merge — only HTML attribute values in the README are changed, with no effect on any code or configuration.
The change is limited to two lines of Markdown, updating width and height on four img tags. The aspect ratio is preserved (16:9 both before and after), and all four images are updated consistently, so the grid stays symmetrical.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[README.md demo grid] --> B[slack.gif] A --> C[imessage.gif] A --> D[autocorrect.gif] A --> E[macros.gif] B -->|320×180 → 400×225| B2[Resized] C -->|320×180 → 400×225| C2[Resized] D -->|320×180 → 400×225| D2[Resized] E -->|320×180 → 400×225| E2[Resized]Reviews (1): Last reviewed commit: "README: bump demo gif grid to 400x225" | Re-trigger Greptile