Animated GIF Wallpaper

Is it possible to use an animated gif looped in a wallpaper behind the project in the player?

Hi,

Please see the attached file. You need to add script to ActivePresenter > Project > Properties > Event.
The gif should be converted to base64 to pass as the parameter in the script.

AnimatedBackground.approj (1.1 MB)

Regards,

Thankyou thats awesome, however i’ve noticed if i set the slide background fill to “No Fill” that i cant achieve transparency back to the wallpaper? Is there any javascript workaround for this?

You just need to add an additional line like below:

$(".ap-content-area").css("background", "none");

Regards,