Commit 105c969d by liangjianmin

Update image sources in history files and enable shutter functionality

parent e29d5e9b
......@@ -16,7 +16,7 @@
<body>
<div class="shutter">
<div class="shutter-img">
<a><img src="images/fuwu.png" alt="#"></a>
<a><img src="images/屏幕1(1).png" alt="#"></a>
</div>
<ul class="shutter-btn">
<li class="prev"></li>
......
......@@ -16,7 +16,8 @@
<body>
<div class="shutter">
<div class="shutter-img">
<a><img src="images/licheng.png" alt="#"></a>
<a><img src="images/屏幕2(1).png" alt="#"></a>
<a><img src="images/屏幕3(1).png" alt="#"></a>
</div>
<ul class="shutter-btn">
<li class="prev"></li>
......@@ -31,14 +32,14 @@
<script src="js/history/shutter.js"></script>
<script type="text/javascript">
$(function () {
// $('.shutter').shutter({
// shutterW: 3840, // 容器宽度
// shutterH: 2160, // 容器高度
// isAutoPlay: true, // 是否自动播放
// playInterval: 5000, // 自动播放时间
// curDisplay: 1, // 当前显示页
// fullPage: true // 是否全屏展示
// });
$('.shutter').shutter({
shutterW: 3840, // 容器宽度
shutterH: 2160, // 容器高度
isAutoPlay: true, // 是否自动播放
playInterval: 5000, // 自动播放时间
curDisplay: 1, // 当前显示页
fullPage: true // 是否全屏展示
});
});
</script>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment