jarrekk / Jalpc

🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
https://jarrekk.github.io/Jalpc/
MIT License
1.02k stars 1.1k forks source link

better mobile support with metatag #104

Closed fossedihelm closed 6 years ago

fossedihelm commented 6 years ago

Putting <meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1; minimum-scale=1; user-scalable=no;" /> instead of <meta name="viewport" content="width=device-width, initial-scale=1"> will fix a bug in mobile version. In my case without scale will produce this effect. Adding scale information will fix.

jarrekk commented 6 years ago

@fossedihelm Thanks, updated.