question

suneelgupta-0246 avatar image
0 Votes"
suneelgupta-0246 asked Bruce-SqlWork answered

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

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

dotnet-aspnet-generaldotnet-aspnet-webformsdotnet-aspnet-webpages
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YijingSun-MSFT avatar image
0 Votes"
YijingSun-MSFT answered

Hi @suneelgupta-0246 ,
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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.