我正在创建wordpress网站,但我不知道为什么该脚本无法在iphone上运行。
我已经在各种iPhone上测试了此脚本,但每个iPhone都有相同的问题。
jQuery(document).ready(function($){
function setHeight() {
windowHeight = $(window).innerHeight();
$('.my-class').css('height', windowHeight);
};
setHeight();
$(window).resize(function() {
setHeight();
});
}
我想灵活显示的图像出现了变焦,并且像素化了。通常,图像是垂直缩放的,水平是切割的。