CristianVasile23 / conversation-hud

A simple FoundryVTT module that adds a nice HUD that display the portraits of all the characters present in a conversation.
MIT License
14 stars 2 forks source link

Add auto portrait style #47

Closed Mystler closed 3 months ago

Mystler commented 3 months ago

This adds another portrait style that is agnostic to any aspect ratio, does not upscale, and simply fits the box to the images that are being provided. The maximum width and height are capped to the union of the other styles.

CristianVasile23 commented 3 months ago

Nice! I have tested the feature, it works really well, thanks for creating the PR. I have experimented with this idea before but I was never satisfied with how it looked in the end due to the shifting of the UI elements when the portrait aspect ratio changed. That said, giving the users the option to customize as they see fit is never a bad idea so in the next release this feature will also be available. Thanks again for the work!