aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-07 03:19:39 +0100
committerSem <sembrestels@riseup.net>2013-11-07 03:19:39 +0100
commit24e097f126aee59206c7f44e2b37b915d85dfd23 (patch)
tree3bdcc75975898262d364454ef15b36a62cfb0840 /start.php
parent5a051b09c63a5d2b58e4cd7d93cdf747181a60b1 (diff)
downloadelgg-24e097f126aee59206c7f44e2b37b915d85dfd23.tar.gz
elgg-24e097f126aee59206c7f44e2b37b915d85dfd23.tar.bz2
Setting responsive dimensions.
Diffstat (limited to 'start.php')
-rw-r--r--start.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/start.php b/start.php
index 431015b24..877992b1a 100644
--- a/start.php
+++ b/start.php
@@ -34,11 +34,6 @@ function videolist_init() {
'tags' => 'tags',
'access_id' => 'access',
));
-
- elgg_set_config('videolist_dimensions', array(
- 'width' => 600,
- 'height' => 400,
- ));
// add to groups
add_group_tool_option('videolist', elgg_echo('groups:enablevideolist'), true);