You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this is the correct repository for opening this issue.
I have verified no other issues exist related to my problem.
I have, to the best of my knowledge, that this isn't an environmental issue (Sorry, we can't help troubleshoot your infrastructure).
Steps to Reproduce
# Import the BurntToast module from the current directoryImport-Module".\src\BurntToast.psm1"-Force
# Define paths for the images$gifPath=".\anime_character_16x16.gif"# You'll need to provide a GIF file$notificationId="1"New-BurntToastNotification-AppLogo $gifPath-UniqueIdentifier $notificationId# Running 5 tests with notificationid1..5|ForEach-Object {
New-BurntToastNotification-Text "number $_ with Unique ID"-AppLogo $gifPath-UniqueIdentifier "$notificationId-$_"
}
#running 5 tests without notificationid1..5|ForEach-Object {
New-BurntToastNotification-Text "number $_ without Unique ID"-AppLogo $gifPath
}
Expected Behavior
I would expect to see the gif.
Also attached a video of seen results
2025-10-29.20-36-38.mp4
Actual Behavior
I have attached the gif for references but i believe the issue would happen with any gif in a 16x16 pixels format
The issue it self seems to be some load timing issue as when i open up all notifications i can see the gifs being played correctly
Experience with Toast
Beginner
Environment data: PowerShell
Name Value
---- -----
PSVersion 7.5.3
PSEdition Core
GitCommitId 7.5.3
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Environment data: OS
Replace with the output of: Get-ComputerInfo | fl OsName, OsVersion, OsArchitecture
Environment data: BurntToast
Can't do this atm due to gallery being down but the github version so:
ModuleVersion = '1.1.0'
Checklist
Steps to Reproduce
Expected Behavior
I would expect to see the gif.
Also attached a video of seen results
2025-10-29.20-36-38.mp4
Actual Behavior
I have attached the gif for references but i believe the issue would happen with any gif in a 16x16 pixels format
The issue it self seems to be some load timing issue as when i open up all notifications i can see the gifs being played correctly
Experience with Toast
Beginner
Environment data: PowerShell
Environment data: OS
Environment data: BurntToast
Consent to Attribution