#Browser icon and image not resizing.

3 messages · Page 1 of 1 (latest)

dusk iris
#

I have uploaded my own .jpg image and change the necessary code for logo.svg to logo.jpg. However, my image is not resizing unless I manually do an inline change. It is also not applying as a favicon.

Manually using the below code resizes the image but I haven't been able to update the favicon yet.
<img src={logo} alt='logo' className='w-9 h-9 object-contain' />

#

This is the site when I use the code <img src={logo} alt='logo' className='w-9 h-9 object-contain' />
The second image is after using
<img src={logo} alt="logo" style={{ width: '200px', height: '200px' }} />

#

I'm not sure if tailwind isn't being properly implemented but I have tried changing from justify-between to justify-start and it's not aligned to the left neither