Viewport – bad width on mobile devices with chrome/chromium browsers
-
Hi, recently, my website with twentyfifteen theme shows narrow – only on half of the screen width on mobile devices.
I noticed viewport is now
<meta name=”viewport” content=”width=device-width”>
instead of
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
This is causing the problem, when I change it in developer console to content=”width=device-width, initial-scale=1″, everything works just fine.
I can not find a way, hook or function to change this without editing core template file.
Can anybody help with fixing this issue?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Viewport – bad width on mobile devices with chrome/chromium browsers’ is closed to new replies.