]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Set videowidth to 622px
authorHypolite Petovan <mrpetovan@gmail.com>
Tue, 9 Jan 2018 04:52:54 +0000 (23:52 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 11 Jan 2018 00:25:08 +0000 (19:25 -0500)
view/theme/frio/theme.php

index c529b1f98efdf2fad5b6e27d437a6e71a92f3a2d..559fc94a27020e06c3047aa6a3a1abe5b1fb3dfb 100644 (file)
@@ -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');