Why don't GIF's play in Header Image, but work in Body and Comments?
When posting a GIF as a Header Image in a post they do not play, when posting a GIF in the Text are or as a comment it works.
Is there a way to get them to play in the Header Image?

-
-
·
LoneTreeLeaf
- ·
I have a feeling that header images go through the same forced processing as album/photo uploads do, please see my own thread about it.
-
·
LoneTreeLeaf
-
it seems that way to me as well
-
-
·
LeonidS
- ·
Hi all!
You may try the solution. Execute the following MySQL query:
DELETE FROM `sys_transcoder_filters` WHERE `transcoder_object` ='bx_posts_cover' LIMIT 1;
-
·
LeonidS