Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

windows 8 pinning site image -mstileimage not working

I see the color is working and app name working, but not the image. If I place the image on a html element, I see it. So there is no problem with image path or rendering.

<meta name="application-name" content="fice.com"/>
<meta name="msapplication-TileColor" content="#515254"/>
<meta name="msapplication-TileImage" content="original.png"/>
like image 700
tv4free Avatar asked Nov 12 '22 16:11

tv4free


1 Answers

Your markup is correct, so the problem must be with the path to the 'original.png' image.

like image 75
CLiown Avatar answered Nov 24 '22 00:11

CLiown