From 4f7f744b6982142c08b82239e8dbe40b610bf68b Mon Sep 17 00:00:00 2001 From: Nivesh Rajbhandari Date: Mon, 19 Mar 2012 15:31:08 -0700 Subject: Preserve-3d on flow and specify default dimensions on picasa-carousel. Signed-off-by: Nivesh Rajbhandari --- node_modules/components-data/picasa-carousel.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'node_modules/components-data/picasa-carousel.json') diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json index 34fe0e8f..781b246e 100644 --- a/node_modules/components-data/picasa-carousel.json +++ b/node_modules/components-data/picasa-carousel.json @@ -11,5 +11,11 @@ "type": "string", "default": "" } - ] + ], + "defaultStyles": { + "width":"800px", + "height":"320px", + "border": "1px", + "-webkit-perspective": "800px" + } } \ No newline at end of file -- cgit v1.2.3 From 4de5574b6cd4ab4335867960f1f974a9a89778c7 Mon Sep 17 00:00:00 2001 From: François Frisch Date: Mon, 19 Mar 2012 17:19:17 -0700 Subject: Reformating carousel --- node_modules/components-data/picasa-carousel.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'node_modules/components-data/picasa-carousel.json') diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json index 781b246e..2eb601c7 100644 --- a/node_modules/components-data/picasa-carousel.json +++ b/node_modules/components-data/picasa-carousel.json @@ -14,8 +14,7 @@ ], "defaultStyles": { "width":"800px", - "height":"320px", - "border": "1px", - "-webkit-perspective": "800px" + "height":"160px", + "border": "1px" } } \ No newline at end of file -- cgit v1.2.3