Mini Me Talking Head Element

I like the talking head but the default size is way too big and I see no way to re-size the element.

I have looked on Curse and can’t seem to find what I am after or even if there is anything on Curse that can re-size the talking head element.

Does anyone know if there is a simple stand alone addon that can re-size for me pretty please?

Thanks.

I’m not familiar with a simple or standalone UI that does it, personally. I use elvUI and it has a setting to change the size of the talking head.

1 Like

You should be able to post the following into the website addon.bool.no and create/download a small addon to do this. Change the 0.6 to whatever scale you prefer.

local owner = {}
EventRegistry:RegisterFrameEvent("TALKINGHEAD_REQUESTED")
EventRegistry:RegisterCallback("TALKINGHEAD_REQUESTED", function() 
	TalkingHeadFrame:SetScale(0.6) 
	EventRegistry:UnregisterCallback("TALKINGHEAD_REQUESTED", owner) 
end, owner)

Actually, Ketho’s addon should allow you to do this and move the frame also:

1 Like

I had heard of the elvUI way but I don’t use that addon, but thank you for replying. :slight_smile:

I shall give the addon a go, Thank you. @Fizzlemizz

1 Like

:joy: :joy: :joy: