From: Hypolite Petovan Date: Tue, 9 Jan 2018 04:52:54 +0000 (-0500) Subject: [frio] Set videowidth to 622px X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f2ded4e5597d96933dcd2cfbf3444492b33580d;p=friendica.git [frio] Set videowidth to 622px --- 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');