Fixing the Gotcha: Square Container + `object-cover`

To make a rectangular image perfectly circular, use a square container with `rounded-full` and `overflow-hidden`, and apply `object-cover` to the image inside.

Rectangular Profile Picture - Fixed

Rectangular image in `w-32 h-32 rounded-full overflow-hidden` container with `object-cover` on `img`.

Key Classes Used for the Fix: