Blank-Bootstrap-Edition icon indicating copy to clipboard operation
Blank-Bootstrap-Edition copied to clipboard

Responsive meta tag in logic.php

Open SimonBloggs opened this issue 6 years ago • 1 comments

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

SimonBloggs avatar Nov 16 '18 08:11 SimonBloggs

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" />

GASOLINE avatar Aug 06 '19 16:08 GASOLINE