From 24e097f126aee59206c7f44e2b37b915d85dfd23 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 7 Nov 2013 03:19:39 +0100 Subject: Setting responsive dimensions. --- start.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'start.php') 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); -- cgit v1.2.3