// (() => { // const rate = 1500 / 860; // const setModuleSize = () => { // const w = $(window).width(); // const h = w / rate; // $('#flash-sale').height(Math.min(h, 860)).width(Math.min(1500, w));; // }; // setModuleSize(); // $(window).resize(function () { // setModuleSize(); // }); // })();