html 随机横幅集 - 移动和桌面
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 随机横幅集 - 移动和桌面相关的知识,希望对你有一定的参考价值。
jQ171(document).ready(function() {
randomBanner = []
if($(window).width() > 620) {
randomBanner = [
'hero-lg-1.jpg',
'hero-lg-2.jpg',
'hero-lg-3.jpg'
];
} else {
randomBanner = [
'hero-sm-1.jpg',
'hero-sm-2.jpg',
'hero-sm-3.jpg'
];
}
$('section.hero').css({
'background-image': 'url(/assets/####/' + randomBanner[Math.floor(Math.random() * randomBanner.length)] + ')'
});
});
以上是关于html 随机横幅集 - 移动和桌面的主要内容,如果未能解决你的问题,请参考以下文章
JS:飞行随机物体(图像)
html 用于添加横幅+隐藏在移动设备上的代码段
php WP随机横幅带默认覆盖
PHP 随机化您的横幅广告
随机化你的横幅广告
横幅高度而不是仅在 iPad 上的设备高度