From 2f2ded4e5597d96933dcd2cfbf3444492b33580d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 8 Jan 2018 23:52:54 -0500 Subject: [PATCH] [frio] Set videowidth to 622px --- view/theme/frio/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index c529b1f98e..559fc94a27 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -23,6 +23,7 @@ function frio_init(App $a) { // disable the events module link in the profile tab $a->theme_events_in_profile = false; + $a->videowidth = 622; $a->set_template_engine('smarty3');