Add viewport meta tag to fractal preview pages (Fix #1158) - #1159
Open
stephaniehobson wants to merge 1 commit into
Open
stephaniehobson wants to merge 1 commit into
stephaniehobson wants to merge 1 commit into
Conversation
knowler
approved these changes
Sep 21, 2026
| <html dir="ltr" class="no-js"> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
Collaborator
There was a problem hiding this comment.
We should be able to drop the initial-scale=1 bit in these, but it doesn’t hurt to keep it (especially if it’s consistent elsewhere). It was necessary for older versions of iOS and Android, but has since been fixed. I only became aware of this within the last month or so.
Suggested change
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="viewport" content="width=device-width"> |
- https://www.matuzo.at/blog/2026/html-boilerplate#viewport-essential
- https://vale.rocks/micros/20260902-1350
- In the thread, Declan did some testing and it was like iOS 8 and prior that needed it.
Contributor
Author
There was a problem hiding this comment.
Sweet! End of an era.
stephaniehobson
force-pushed
the
1158-viewport-meta
branch
from
September 22, 2026 15:37
87c268e to
9d5d27e
Compare
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.
Description
Add viewport meta tag to fractal preview pages
Issue
Fix #1158
Testing
This page depends on media queries to trigger for the demo to work. At smaller sizes the text under the headings should collapse.