Image-list has maxrecs=3
authorMike Taylor <mike@indexdata.com>
Mon, 9 Jun 2014 15:21:12 +0000 (16:21 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 9 Jun 2014 15:21:12 +0000 (16:21 +0100)
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>');