Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Responsive meta tag in logic.php #50

Open
SimonBloggs opened this issue Nov 16, 2018 · 1 comment
Open

Responsive meta tag in logic.php #50

SimonBloggs opened this issue Nov 16, 2018 · 1 comment

Comments

@SimonBloggs
Copy link

SimonBloggs commented Nov 16, 2018

Hello,

Don't we need to add the responsive meta tag in the logic.php file.
In the BS 4 doc it is recommended to add it for proper rendering in all design.

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

I've experienced that the Chrome developer tool doesn't correctly display your site in mobile view without it.

Best regards
Simon

@GASOLINE
Copy link

GASOLINE commented Aug 6, 2019

I'll put that in my index.php file:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=1" />

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants