Brandply / publicissues

place where non devs can post issues
0 stars 0 forks source link

add no zooming to responsive meta tag #260

Closed aaronrbond closed 7 years ago

aaronrbond commented 7 years ago

current:

<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">

update with:

<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
brandplysreese commented 7 years ago

This issue was moved to Brandply/brandply#603