fix logoPoster dimensions

This commit is contained in:
Charles Ewert 2024-01-08 23:12:58 -05:00
parent 7b37ca11db
commit 95b0158347

View File

@ -514,8 +514,8 @@ function createLogoPoster()
logoPoster.id = "overlayLogo"
logoPoster.uri = "pkg:/images/logo.png"
logoPoster.translation = "[70, 53]"
logoPoster.width = "270"
logoPoster.height = "72"
logoPoster.width = "191"
logoPoster.height = "66"
return logoPoster
end function