Mẹo hay giúp làm sạch thớt gỗ trong nháy mắt
Dân trí Thớt gỗ là vật dụng không thể thiếu trong nhà bếp thế nhưng nếu không được khử trùng và vệ sinh đúng cách có thể gây nhiễm khuẩn, ảnh hưởng không tốt đến sức khỏe. Sử dụng chanh và muối đúng cách sẽ giúp bạn khắc phục được điều này.
Mẹo hay giúp làm sạch thớt gỗ trong nháy mắt
Phương Chi – Hà Trang
Theo Tasted
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));
}
});