Commit 229a3523 by doszhang

dos

parent 2befeaf5
......@@ -49,8 +49,14 @@ preloadimages(preloadImageList, function () {
}, function (progress) {});
// const originalHeight = document.documentElement.clientHeight || document.body.clientHeight;
var canvas = false,
ctx = false,
imgInfo = false,
oldpoz = false,
inited = false,
firstSwiper, images = [],
custom = false,
uploadedImg = false;
$(document).ready(function () {
$('.container').css('height', document.documentElement.clientHeight + 'px');
var fixHeight = ($('.page').height() - document.documentElement.clientHeight) / 2;
......
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