Các cô gái luôn mang theo bên mình một cái “túi thần kỳ”
Những chiếc túi mà các cô gái luôn mang theo bên người “túi thần kỳ” với cái gì cũng có thể bỏ vào được.
Các cô gái luôn mang theo bên mình một cái “túi thần kỳ”
Theo Chém Gió
Dân Việt
Dùng chuột để xoay ảnh ↔‘, id));
var desc = $control.find(‘.spin-desc’);
var l = (me.width – desc.width()) / 2;
desc.css(‘left’, l + “px”);
$control.css(‘height’, ‘auto’);
var slides = [];
for (var i = 0; i “;
$(“.VCSortableInPreviewMode[type=3]”).append(htmImg);
}
}
setTimeout(function () {
w360 = $(“.VCSortableInPreviewMode #LoadImgGetWH360”).width();
h360 = $(“.VCSortableInPreviewMode #LoadImgGetWH360”).height();
$(“.VCSortableInPreviewMode #LoadImgGetWH360”).remove();
//console.log(w360 + ‘-‘ + h360);
$(“#slide-360-” + id).spritespin({
// path to the source images.
source: slides,
width: 460, // width in pixels of the window/frame
height: (460 * h360 / w360), // height in pixels of the window/frame
//width: 460, // width in pixels of the window/frame
//height: 330, // height in pixels of the window/frame
frameTime: me.frameTime,
onLoad: function () { me.bindButton(id); }
});
}, 2000);
//
//
}
}
});
},
bindButton: function (id) {
$(‘#reload-spin-‘ + id).bind(‘click’, function () {
$(“#slide-360-” + id).spritespin({
animate: true
});
});
$(‘#slide-360-‘ + id).hover(function () {
$(this).next().hide();
}, function () {
$(this).next().show();
});
}
};
$(“.VCSortableInPreviewMode”).each(function () {
//var img = new Image();
//img.src = image.src;
// return {
// width: img.width,
// height: img.height
// };
if ($(this).attr(“type”) == “3”) {
LoadBox360Details.width = $(this).width();
LoadBox360Details.height = $(this).height();
LoadBox360Details.init($(this));
}
else if ($(this).hasClass(“PanoramaPhoto”)) {
PanoramaViewer.init($(this));
}
});