From a93ab1f2c5e87931b7f522a8e950a457de668579 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 21 Jun 2012 23:02:33 -0700 Subject: Fixed issue with Youtube not updating after save and Picasa bacground Signed-off-by: Valerio Virgillito --- .../picasa-carousel.reel/picasa-carousel.html | 45 +--------------------- 1 file changed, 2 insertions(+), 43 deletions(-) (limited to 'node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html') diff --git a/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html b/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html index dc70a19c..1f2c47d1 100755 --- a/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html +++ b/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html @@ -97,6 +97,8 @@ "nextDensity": 3 } ], + "headOffset": 9, + "tailOffset": 9, "units": {} } ], @@ -113,49 +115,6 @@ } - - -- cgit v1.2.3 From abb8e13277dd0bf03fdcd39329afb44afd662770 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 22 Jun 2012 15:02:06 -0700 Subject: fixing the size of the picasa images Signed-off-by: Valerio Virgillito --- .../montage-google/picasa-carousel.reel/picasa-carousel.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html') diff --git a/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html b/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html index 1f2c47d1..8712c228 100755 --- a/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html +++ b/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html @@ -46,6 +46,8 @@ "name": "Flow", "properties": { "element": {"#": "flow"}, + "cameraFov": 20, + "stride": 1, "paths": [ { "knots": [ @@ -105,11 +107,7 @@ "elementsBoundingSphereRadius": 700 }, "bindings": { - "objects": { - "boundObject": {"@": "searchResultsController"}, - "boundObjectPropertyPath": "content", - "oneway": true - } + "objects": {"<-": "@searchResultsController.content"} } } } -- cgit v1.2.3