Parallax/ParallxThumbnail

demo

code

<ParallaxThumbnail
         y={"20%"}
         style={{ width: "100%", height: "400px", position: "relative" }}>
         <Image
            src={"/app-head.jpg"}
            fill
            alt=""
            sizes="50vw"
            style={{ objectFit: "cover" }}
         />
      </ParallaxThumbnail>