Next.js Discord

Discord Forum

Image component blurring picture

Unanswered
Yacare Caiman posted this in #help-forum
Open in Discord
Yacare CaimanOP
can someone tell me why the Image component is blurring my image btw the image's res is 4096x2341

<Image
            src={HeroImage}
            alt="" 
            className='absolute top-0 left-0 h-[calc(100vh-90px)] w-screen object-cover'
        />

0 Replies