文件名称:hdpi-detector:hdpi 屏幕检测器 javascript(每英寸高点数)
文件大小:31KB
文件格式:ZIP
更新时间:2024-07-31 12:50:02
JavaScript
hdpi-检测器 基于特征检测的 javascript(每英寸高点数)中的简单 hdpi 屏幕检测器。 与现代库兼容。 现场演示 用法 ###html < script src =" js/hdpi.detector.js " type =" text/javascript " > </ script > ###css . no-hdpi img { /* no hdpi image. Low resolution */ background-image : url ( "no-hdpi.png" ); } . hdpi img { /* hdpi image. High resolution */ background-image : url ( "hdpi.png" ); } ###javascript 使用原生 javascript 类: if
【文件预览】:
hdpi-detector-master
----test()
--------demo_css.html(2KB)
--------demo_javascript.html(2KB)
--------google@2x.png(7KB)
--------google@1x.png(6KB)
----js()
--------modernizr.2.8.3.min.js(15KB)
--------hdpi.detector.js(1KB)
--------modernizr.2.8.3.js(29KB)
----.gitignore(33B)
----README.md(972B)
----.gitattributes(483B)