increase the max thumbnail slider size to 600

master
Abdullah Alfaraj 2023-12-07 08:01:23 +03:00
parent 64961fd850
commit 389e24e070
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ function renderNode(node_id: string, node: any, is_output: boolean) {
show-value="false"
id="slUpscaleSize"
min="25"
max="300"
max="600"
value={
store.data.output_thumbnail_image_size[node_id]
}