For my project, I incorporated Bootstrap version 5 cards. I attempted to create a perfect circle image by utilizing the Bootstrap class "rounded-circle", however, the resulting image ended up appearing oval in shape. Below is the code snippet:
<img src={elonMusk} class="card-img-top rounded-circle" alt={elonMusk} />
What steps can I take to resolve this issue?