I have a avatar, which is loaded by url from the backend-server, but when trying to change width or using transform to downscale, nothing changes.
<img
className='navbar-avatar'
src={'http://localhost:8000' + userProfile.avatar}
/>
I want it to be smaller and be next to the username. Before the image i had a react icon which could be scaled with the "size" property.
