Skip to content

Incorrect viewport Meta Tag Property Used #39

@Imran-imtiaz48

Description

@Imran-imtiaz48

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions