jaykay12 / KitabGhar

An online eBook Portal build on Java Servlets and JSP.
MIT License
4 stars 14 forks source link

Favicon icon on tabs shows white background #28

Closed jaykay12 closed 6 years ago

jaykay12 commented 6 years ago

Current Behavior: The favicon icon on the browser tab has a white background, which couldn't be removed even after using a transparent png file at KitabGhar/ProjectImages/projectlogo.png

screenshot from 2018-10-17 00-21-30

Required Behavior: The favicon should be transparent in nature.

Both Original jpg & Transparent png files are present at KitabGhar/ProjectImages/. Use either of them to generate .ico file which resolves the issue.

skylerwlewis commented 6 years ago

Maybe I am seeing something wrong, but this is already fixed for me. Tested in the latest versions of Chrome, Safari, & Firefox for Mac.

satyajiit commented 6 years ago

Current Behavior: The favicon icon on the browser tab has a white background, which couldn't be removed even after using a transparent png file at KitabGhar/ProjectImages/projectlogo.png

screenshot from 2018-10-17 00-21-30

Required Behavior: The favicon should be transparent in nature.

Both Original jpg & Transparent png files are present at KitabGhar/ProjectImages/. Use either of them to generate .ico file which resolves the issue.

Working fine...You may just need to clear your browser (Perhaps Google Chrome ) cache memory and hit refresh.

jaykay12 commented 6 years ago

Yeah Thanks @satyajiit @skylerwlewis for bringing into notice.