javascript - Internet Explorer poor gif quality / rendering -


i trying solve problem internet explorer 10. made gif animation in photoshop (its 1mb) , works in browsers well, except, take guess... internet explorer. looks there pixel delay or rendering problem.

gif animations of other websites doesn't have problem. tried kinds off different gif formats. ideas?

i used html img element display

 <img src="database.gif" id="myvideo"> 

here printscreen of pc screen in ie10

enter image description here

this gif file (open page in ie)

enter image description here


Comments

Popular posts from this blog

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -

asp.net mvc - Cannot display error message on Editor or EditorFor -