Why isn't styling inside the Image component in NextJS not allowing me to manipulate my image. Am I missing something?
<Image className={styles.bg}
style={{ transform: `translateY(${offset * 0.5}px)` }}
src="/../public/bg.jpg"
// width={2049}
// height={2049}
// objectFit="cover"
layout="fill"
quality={100}
/>
translateY(${offset * 0.5}px)}} src="/../public/bg.jpg" // width={2049} // height={2049} // objectFit="cover" layout="fill" quality={100} />