diff --git a/index.html b/index.html index 11c1ae01e..0013185ba 100755 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@
- +
ASSET MANAGER
Manage your images with Asset Manager
@@ -150,7 +150,7 @@
- +
Adam Smith
CEO
@@ -164,7 +164,7 @@
- +
John Black
Software Engineer
@@ -178,7 +178,7 @@
- +
Jessica White
Web Designer
@@ -875,9 +875,9 @@ { type: 'image', src : 'http://placehold.it/350x250/f28c33/fff/image5.jpg', height:350, width:250}, { type: 'image', src : 'http://placehold.it/350x250/e868a2/fff/image6.jpg', height:350, width:250}, { type: 'image', src : 'http://placehold.it/350x250/cc4360/fff/image7.jpg', height:350, width:250}, - { type: 'image', src : './img/work-desk.jpg', date: '2015-02-01',height:1080, width:1728}, - { type: 'image', src : './img/phone-app.png', date: '2015-02-01',height:650, width:320}, - { type: 'image', src : './img/bg-gr-v.png', date: '2015-02-01',height:1, width:1728}, + { type: 'image', src : 'http://grapesjs.com/img/work-desk.jpg', date: '2015-02-01',height:1080, width:1728}, + { type: 'image', src : 'http://grapesjs.com/img/phone-app.png', date: '2015-02-01',height:650, width:320}, + { type: 'image', src : 'http://grapesjs.com/img/bg-gr-v.png', date: '2015-02-01',height:1, width:1728}, ] }, @@ -946,7 +946,7 @@ content: '
'+ '
'+ '
'+ - ''+ + ''+ '
'+ '
Adam Smith
CEO
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore ipsum dolor sit
'+ '
'+ @@ -954,7 +954,7 @@ '
'+ '
'+ '
'+ - ''+ + ''+ '
'+ '
John Black
Software Engineer
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore ipsum dolor sit
'+ '
'+ @@ -962,7 +962,7 @@ '
'+ '
'+ '
'+ - ''+ + ''+ '
'+ '
Jessica White
Web Designer
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore ipsum dolor sit
'+ '
'+ @@ -1023,7 +1023,7 @@ attributes: {class:'fa fa-youtube-play'}, content: { type: 'video', - src: 'img/video2.webm', + src: 'http://grapesjs.com/img/video2.webm', style: { height: '350px', width: '615px', diff --git a/package.json b/package.json index f09cf4188..cf78622ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grapesjs", "description": "Free and Open Source Web Builder Framework", - "version": "0.12.17", + "version": "0.12.18", "author": "Artur Arseniev", "license": "BSD-3-Clause", "homepage": "http://grapesjs.com",