Skip to content

Commit

Permalink
Updated patchVersion. Updated default sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
griffen committed May 13, 2013
1 parent 121267c commit ccd84b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion H5P.PictureSlider/js/pictureslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ H5P.PictureSlider = function(params, contentId) {
"SliderType": "html_carousel",
"image": "",
"action": "",
"width": "900",
"width": "600",
"height": "400",
"settings": {
"infinite": true,
Expand Down
2 changes: 1 addition & 1 deletion H5P.PictureSlider/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple Picture Slider - H5P",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 0,
"patchVersion": 1,
"runnable": 1,
"machineName": "H5P.PictureSlider",
"preloadedDependencies": [
Expand Down
14 changes: 7 additions & 7 deletions content/content.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Picture Slider",
"width": "900",
"width": "600",
"height": "400",
"settings": {
"circular": "true",
Expand All @@ -23,7 +23,7 @@
"title": "fog",
"image": {
"path": "image/1.JPG",
"width": 900,
"width": 600,
"height":400
},
"header": "Fog",
Expand All @@ -33,7 +33,7 @@
"title": "sea",
"image": {
"path": "image/2.JPG",
"width": 900,
"width": 600,
"height": 400
},
"header": "Sea",
Expand All @@ -43,7 +43,7 @@
"title": "duck",
"image": {
"path": "image/3.JPG",
"width": 900,
"width": 600,
"height": 400
},
"header": "Duck",
Expand All @@ -53,7 +53,7 @@
"title": "oldboats",
"image": {
"path": "image/4.JPG",
"width": 900,
"width": 600,
"height": 400
},
"header": "Old boats",
Expand All @@ -63,7 +63,7 @@
"title": "racer",
"image": {
"path": "image/5.JPG",
"width": 900,
"width": 600,
"height": 400
},
"header": "Steering toboggan",
Expand All @@ -73,7 +73,7 @@
"title": "vessel",
"image": {
"path": "image/6.JPG",
"width": 900,
"width": 600,
"height": 400
},
"header": "Fishing vessel",
Expand Down
Binary file modified picture_slider.h5p
Binary file not shown.

0 comments on commit ccd84b9

Please sign in to comment.