custom aspect ratio for composition

This commit is contained in:
jr-k 2024-08-27 03:07:47 +02:00
parent 0830af4f56
commit 6208eb0840

View File

@ -103,7 +103,7 @@
"9/16", "9/16",
"10/16", "10/16",
] %} ] %}
<select name="name" id="elem-screen-ratio" required="required"> <select name="name" id="elem-screen-ratio" required="required" class="size-m">
{% for ratio in ratios %} {% for ratio in ratios %}
<option value="{{ ratio }}" {% if ratio == contentData.ratio %}selected="selected"{% endif %}> <option value="{{ ratio }}" {% if ratio == contentData.ratio %}selected="selected"{% endif %}>
{{ ratio }} {{ ratio }}