const resetImgDom = (w, h) => {
    let imgWidth = 0
    if (w > window.innerWidth) {
      imgWidth = window.innerWidth
    } else {