Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the self-adaptive web page size of mobile phone by css

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to achieve css to adapt to the size of the web page, I hope you will gain something after reading this article, let's discuss it together!

Work needs, to do a mobile phone adaptive web page effect, finally done, first share and record!

In fact, the main thing is to change the HTML page declaration:

Add the following code to the page and it will display normally:

Explanation:

Width of width-viewport

Height of height-viewport

Initial scale of the initial-scale-

The minimum scale to which minimum-scale- allows users to zoom

The maximum scale to which maximum-scale- allows users to zoom

Can user-scalable- users zoom manually?

To be concise, you can change the above code to the following code, and the effect is the same:

Finally, do not set too large the specific width attribute, for example, if you set the width property of Body to 1000px on the web page, this will certainly not work, but it can be set to 90%, which is screen adaptive.

After reading this article, I believe you have a certain understanding of "how css realizes the size of mobile phone adaptive web pages". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report