1. viewport

<!DOCTYPE html>
<html lang="en">
<head><meta name="viewport" content="width=device-width, initialscale=1"></head>

2.disable the user's ability to zoom the viewport

• minimum-scale,
• maximum-scale,
• user-scalable.

3. img

img {
max-width: 100%;
display: block;
}

layout: width better use XX%, other than XXpx;

4. 

 

 

 

 

相关文章:

  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2022-03-03
  • 2021-06-03
  • 2021-11-30
猜你喜欢
  • 2021-07-01
  • 2021-10-05
  • 2021-06-22
  • 2021-09-22
  • 2021-11-27
  • 2021-06-05
  • 2021-12-07
相关资源
相似解决方案