| Latest version | 1.3.0 |
|---|---|
| Minimum Core | 9 |
| Compatible Core | 9 |
| File size | 4.8 KB |
| Last updated | 3 years ago |
| Created | 6 years ago |
| Authors |
|
| Languages |
English |
| Systems | All systems |
| Project source | Project URL |
| Report bugs | Bug tracker URL |
| Read-me | Readme URL |
| Changelog | Changelog URL |
This module adds a button to the token or tile HUD that opens the target actor's artwork, or their token artwork on right-click. Hold the shift key to automatically show to everyone.
It also adds shortcut keybindings:
Additionally, it is now possible to show Video tiles, or any other .mp4 or .webm video using the new class MultiMediaPopout which has the same basic interface as ImagePopout (buit doens't support things like editing the image since this is for display purposes). This class can be used in a macro like so:
new MultiMediaPopout("path/to/video.webm", { shareable: true })
.render(true)
.shareImage();
Token buttons suggested by: Apostol Apostolov on League of Extraordinary FoundryVTT Developers
Tile buttons and keybindings suggested by: akeran#7102 (Discord)
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: token-hud-art-button or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.