Blank-Bootstrap-Edition
Blank-Bootstrap-Edition copied to clipboard
Responsive meta tag in logic.php
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
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" />