Skip to content

Commit

Permalink
changed content.json according to new semantic, added smaller image
Browse files Browse the repository at this point in the history
  • Loading branch information
griffen committed May 12, 2013
1 parent 0d21a84 commit 7270a98
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
40 changes: 26 additions & 14 deletions content/content.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
{
"title": "Picture Slider",
"width": "600",
"width": "900",
"height": "400",
"settings": {
"circular": "true",
"direction": "up"
"direction": "up",
"pagination": "true",
"scroll": {
"fx": "crossfade",
"items": "1",
"duration": 3000
},
"auto": {
"play": true,
"items": "1",
"duration": 1000,
"pauseOnHover": true
}
},
"images": [
{
"title": "fog",
"image": {
"path": "image/1.JPG",
"width": 600,
"height": 600
"width": 900,
"height":400
},
"header": "Fog",
"text": "The fog is low"
Expand All @@ -21,8 +33,8 @@
"title": "sea",
"image": {
"path": "image/2.JPG",
"width": 600,
"height": 600
"width": 900,
"height": 400
},
"header": "Sea",
"text": "Nice on the lake"
Expand All @@ -31,8 +43,8 @@
"title": "duck",
"image": {
"path": "image/3.JPG",
"width": 600,
"height": 600
"width": 900,
"height": 400
},
"header": "Duck",
"text": "A nice duck"
Expand All @@ -41,8 +53,8 @@
"title": "oldboats",
"image": {
"path": "image/4.JPG",
"width": 600,
"height": 600
"width": 900,
"height": 400
},
"header": "Old boats",
"text": "Some old boats"
Expand All @@ -51,8 +63,8 @@
"title": "racer",
"image": {
"path": "image/5.JPG",
"width": 600,
"height": 600
"width": 900,
"height": 400
},
"header": "Steering toboggan",
"text": "Nicely parked"
Expand All @@ -61,8 +73,8 @@
"title": "vessel",
"image": {
"path": "image/6.JPG",
"width": 600,
"height": 600
"width": 900,
"height": 400
},
"header": "Fishing vessel",
"text": "Fishing vessel heading forwards shore"
Expand Down
Binary file modified content/image/1.JPG
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/image/2.JPG
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/image/3.JPG
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/image/4.JPG
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/image/5.JPG
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/image/6.JPG
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7270a98

Please sign in to comment.