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');