This is a simple script that fixes the bug that avatars are not fully displayed and cut off at the bottom.
This addon uses a workaround due to limitations in the TS5 addon integration.
GIFs may not work as intended
This code uses the TS5AddonInstaller
- Download the latest release from here.
- Download the latest release of the TS5AddonInstaller.
- Run the TS5AddonInstaller and select the downloaded zip file.
- Click on
Install
and restart the TeamSpeak 5 client.
Note: For installation issues or similar read the documentation of the TS5AddonInstaller.
I noticed that when the user clicks out of the TS5 window, it adds ts-frame=1
to the image element of the avatar. Chromium behaves strangely with this changing src
. So I copied the old image and replaced the new one, which isn't affected by the code.