Skip to content

Commit

Permalink
Increased maximum width and height
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus authored Feb 12, 2023
1 parent ea9f59d commit 4b6fa59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obs-browser-plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ static obs_properties_t *browser_source_get_properties(void *data)
OBS_TEXT_DEFAULT);

obs_properties_add_int(props, "width", obs_module_text("Width"), 1,
4096, 1);
8192, 1);
obs_properties_add_int(props, "height", obs_module_text("Height"), 1,
4096, 1);
8192, 1);

obs_properties_add_bool(props, "reroute_audio",
obs_module_text("RerouteAudio"));
Expand Down

0 comments on commit 4b6fa59

Please sign in to comment.