diff --git a/H5P.PictureSlider/js/pictureslider.js b/H5P.PictureSlider/js/pictureslider.js index 39593f1..56de1c3 100644 --- a/H5P.PictureSlider/js/pictureslider.js +++ b/H5P.PictureSlider/js/pictureslider.js @@ -69,7 +69,7 @@ H5P.PictureSlider = function(params, contentId) { "SliderType": "html_carousel", "image": "", "action": "", - "width": "900", + "width": "600", "height": "400", "settings": { "infinite": true, diff --git a/H5P.PictureSlider/library.json b/H5P.PictureSlider/library.json index 22c4f3c..994b12f 100644 --- a/H5P.PictureSlider/library.json +++ b/H5P.PictureSlider/library.json @@ -3,7 +3,7 @@ "description": "Simple Picture Slider - H5P", "majorVersion": 1, "minorVersion": 0, - "patchVersion": 0, + "patchVersion": 1, "runnable": 1, "machineName": "H5P.PictureSlider", "preloadedDependencies": [ diff --git a/content/content.json b/content/content.json index 8356d39..2ca0d3e 100644 --- a/content/content.json +++ b/content/content.json @@ -1,6 +1,6 @@ { "title": "Picture Slider", - "width": "900", + "width": "600", "height": "400", "settings": { "circular": "true", @@ -23,7 +23,7 @@ "title": "fog", "image": { "path": "image/1.JPG", - "width": 900, + "width": 600, "height":400 }, "header": "Fog", @@ -33,7 +33,7 @@ "title": "sea", "image": { "path": "image/2.JPG", - "width": 900, + "width": 600, "height": 400 }, "header": "Sea", @@ -43,7 +43,7 @@ "title": "duck", "image": { "path": "image/3.JPG", - "width": 900, + "width": 600, "height": 400 }, "header": "Duck", @@ -53,7 +53,7 @@ "title": "oldboats", "image": { "path": "image/4.JPG", - "width": 900, + "width": 600, "height": 400 }, "header": "Old boats", @@ -63,7 +63,7 @@ "title": "racer", "image": { "path": "image/5.JPG", - "width": 900, + "width": 600, "height": 400 }, "header": "Steering toboggan", @@ -73,7 +73,7 @@ "title": "vessel", "image": { "path": "image/6.JPG", - "width": 900, + "width": 600, "height": 400 }, "header": "Fishing vessel", diff --git a/picture_slider.h5p b/picture_slider.h5p index c8eb94b..d544c72 100644 Binary files a/picture_slider.h5p and b/picture_slider.h5p differ