scale fit mobile web content using viewport meta tag

前端 未结 7 1500
暗喜
暗喜 2020-11-29 17:44

I\'m trying to figure out how to leverage the mobile viewport meta tag to automatically zoom the contents of a HTML page to fit into a web view.

Constraints:

7条回答
  •  伪装坚强ぢ
    2020-11-29 17:59

    Adding style="width:100%;max-width:640px" to the image tag will scale it up to the viewport width, i.e. for larger windows it will look fixed width.

提交回复
热议问题