在javascript我已经给出了立方体大小.... 如何减少iPhone屏幕的立方体大小 是否可以使用javascript中的媒体查询减少多维数据集大小.... 如何使iphone屏幕的立方体大小为50
Gallery = {
_config: {
speed: 500,
size: 100,
lightbox: !0,
closeOnEsc: !0,
animation: "default",
slideshow: !1,
slideshow_speed: 3E3,
cube_speed: 1E3
},
答案 0 :(得分:0)
进行浏览器或设备嗅探通常不是一个好主意,并且功能检测可能会更好,但要回答这个问题,例如:
Gallery = {
_config: {
speed: 500,
size: 100,
lightbox: !0,
closeOnEsc: !0,
animation: "default",
slideshow: !1,
slideshow_speed: 3E3,
cube_speed: 1E3
}
}
if((navigator.userAgent.match(/iPhone/i)) Gallery._config.size = 50;