I am using tailwind, thus this helped me:
<div className="w-[100px] h-[100px] rounded-full relative overflow-hidden"> <Image src={ImageSrc} alt="Alt message" fill className="object-cover" /> </div>