Credo bootstrap wider with narrower images
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo-bs.js
index 14ba781..49651ea 100644 (file)
@@ -54,7 +54,7 @@ mkws.registerWidgetType('Credo', function() {
   s.push('</div>');
   
   s.push('<div class="row">');
-  s.push(section('image col-md-12', 'Images', this.subwidget('GoogleImage', { maxrecs: 3, template: 'CredoImage', target: 'google_images_js' })));
+  s.push(section('image col-md-12', 'Images', this.subwidget('GoogleImage', { maxrecs: 4, template: 'CredoImage', target: 'google_images_js' })));
   s.push('</div>');