We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.20.0-nightly54
nightly
wiki contains this example:
overlays: backdrop: overlay: name: backdrop back_color: "#00000099" back_height: 100 vertical_position: top plex_all: true
which implies that vertical_position can be used. It's not documented, but is in the example.
vertical_position
However, this:
overlays: backdrop: overlay: name: backdrop back_color: "#00000099" back_height: 100 vertical_position: bottom plex_all: true
still puts the overlay at the top of the image:
[My test run had the height set to 400, not 100]
https://gist.github.com/chazlarson/0d4c9898256a06f524e3c8fa983e4036
The text was updated successfully, but these errors were encountered:
meisnate12
No branches or pull requests
Version Number
1.20.0-nightly54
What branch are you on?
nightly
Describe the Bug
wiki contains this example:
which implies that
vertical_position
can be used. It's not documented, but is in the example.However, this:
still puts the overlay at the top of the image:
[My test run had the height set to 400, not 100]
Relevant Collection/Overlay/Playlist Definition
Logs
https://gist.github.com/chazlarson/0d4c9898256a06f524e3c8fa983e4036
The text was updated successfully, but these errors were encountered: