当前位置:网站首页>网页自适应,等比缩放
网页自适应,等比缩放
2022-04-23 14:09:00 【瑞瑞小同学】
可以先写一个预定的宽高,然后在等比缩放,
//自适应缩放
getc() {
// let width = document.documentElement.clientWidth;
// let height = document.documentElement.clientHeight;
window.addEventListener('load', adaptation);
window.addEventListener('resize', adaptation);
function adaptation() {
var w = document.body.clientWidth;
var h = document.body.clientHeight;
var nw = 2048;
var nh = 1536;
var left, top, scale, scale1;
scale = w / nw
scale1 = h / nh
if (scale1 < scale) {
document.getElementById('main').setAttribute('style', 'transf
版权声明
本文为[瑞瑞小同学]所创,转载请带上原文链接,感谢
https://blog.csdn.net/yr123456654321/article/details/111488066
边栏推荐
- 什么是云迁移?云迁移的四种模式分别是?
- 关于训练过程中损失函数出现断崖式增长的问题
- ActiveMq基础知识
- 政务云迁移实践 北明数科使用HyperMotion云迁移产品为某政府单位实施上云迁移项目,15天内完成近百套主机迁移
- 01-NIO基础之ByteBuffer和FileChannel
- 困扰多年的系统调研问题有自动化采集工具了,还是开源免费的
- mysql锁数据库锁
- Operation instructions of star boundary automatic text translator (advanced version)
- Pass in external parameters to the main function in clion
- 数据库DbVisualizer Pro报文件错误,导致数据连接失败
猜你喜欢
RecyclerView进阶使用-实现仿支付宝菜单编辑页面拖拽功能
squid代理
Jmeter设置环境变量支持在任意终端目录输入jmeter直接启动
金融行业云迁移实践 平安金融云整合HyperMotion云迁移解决方案,为金融行业客户提供迁移服务
帆软分割求解:一段字符串,只取其中某个字符(所需要的字段)
使用开源调研工具Prophet是一种什么体验?
HyperBDR云容灾V3.2.1版本发布|支持更多云平台,新增监控告警功能
倒计时1天~2022云容灾产品线上发布会即将开始
RecyclerView细节研究-RecyclerView点击错位问题的探讨与修复
VMware15Pro在Deepin系统里面挂载真机电脑硬盘
随机推荐
Redis数据库讲解(一)
帆软中单元格中隔行变色以及数量大于100字体变大变红设置
RecyclerView进阶使用-实现仿支付宝菜单编辑页面拖拽功能
Visio画拓扑图随记
Some experience of using dialogfragment and anti stepping pit experience (getactivity and getdialog are empty, cancelable is invalid, etc.)
Multiple inheritance virtual base exercises
使用DialogFragment的一些感受及防踩坑经验(getActivity、getDialog为空,cancelable无效等)
redis数据库讲解二(redis高可用、持久化、性能管理)
关于Jmeter启动闪退问题
帆软中根据分类进行汇总
如何轻松做好一个项目
ThreadGroup ThreadGroup implémente l'interface threadfactory en utilisant la classe Introduction + Custom thread Factory
操作系统常见面试题目:
MYSQL一种分表实现方案及InnoDB、MyISAM、MRG_MYISAM等各种引擎应用场景介绍
void*是怎样的存在?
Wechat applet communicates with low-power Bluetooth - receives data sent by hardware (IV)
统信UOS卸载php7.2.24,安装php7.4.27 ;卸载再安装为PHP 7.2.34
关于云容灾,你需要知道这些
OpenStack命令操作
使用开源调研工具Prophet是一种什么体验?