Image-list has maxrecs=3
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo-bs.js
index 2c9073f..3b4c7a0 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: 4, template: 'CredoImage', target: 'google_images_js' })));
+  s.push(section('image col-md-12', 'Images', this.subwidget('GoogleImage', { maxrecs: 3, template: 'CredoImage', target: 'google_images_js' })));
   s.push('</div>');