custom aspect ratio for composition
This commit is contained in:
parent
0830af4f56
commit
6208eb0840
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user