#Overlay logos are overlapping

1 messages · Page 1 of 1 (latest)

wanton sedge
#

I am new to PMM and using overlay but for some reason the logos are overlapping

muted lodgeBOT
#

Welcome @wanton sedge!

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

strong swan
#

Use template_variables, horizontal_position: right for the ratings

#
    - pmm: ratings                                  # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
      template_variables:
        rating1: user
        rating1_image: rt_tomato
        rating1_font: config/metadata/overlays/fonts/Adlib.ttf
        rating1_font_size: 63

        rating2: critic
        rating2_image: imdb
        rating2_font: config/metadata/overlays/fonts/Impact.ttf
        rating2_font_size: 70

        rating3: audience
        rating3_image: tmdb
        rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
        rating3_font_size: 70

        horizontal_position: right

Something like this…

wanton sedge
#

Trying if now....Thank you