-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
In the section of the HTML file, the viewport meta tag includes an invalid property: shrink-to-fit=no. This property is nonstandard and not supported across all browsers, which can lead to inconsistent rendering behavior, especially on mobile devices. To ensure better compatibility and proper responsive scaling, it is recommended to use only the standard properties width=device-width and initial-scale=1.0. The corrected line should be:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Metadata
Metadata
Assignees
Labels
No labels