GIF Image(logo) having 24 bit depth(Image size 28KB) is not showing IE 11 but it's showing in chrome and edge.

suneel gupta 1 Reputation point
2022-04-11T10:42:08.377+00:00

<img id="mylogo" style="height:60px;width:150px;" src="../Images/Logo.gif"/>

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,071 Reputation points
    2022-04-12T02:00:55.877+00:00

    Hi @suneel gupta ,
    I suggest you could do these in IE:

    1. Internet Options>Advanced tab, check show animations.
    2. Security tab, click "Reset all zones to default".
    3. f12 to display the Developer tool, select the console tab, refresh your web page. Any content that is blocked by tracking protection or cross site security will be listed in the console.

    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Bruce (SqlWork.com) 61,731 Reputation points
    2022-04-13T17:04:34.267+00:00

    ie 11 does not support all gifs, and as support ends June 22, 2022, it will not be fixed;

    https://support.microsoft.com/en-us/topic/animated-gif-file-is-not-displayed-completely-in-internet-explorer-11-1b318547-fd65-60e5-42fb-d38baeedaf5c

    note: if you convert to png, it should show the first frame.

    0 comments No comments