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>');
</script>
<script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
<script type="text/javascript" src="mkws-widget-credo-bs.js"></script>
+ <style>
+ .mkwsCredo {
+ max-width: 1440px;
+ }
+ .image img {
+ min-width: 240px;
+ }
+ </style>
</head>
<body>
- <div class='mkwsCredo page-header container' autosearch='!param!q'></div>
+ <div class='mkwsCredo page-header container-fluid' autosearch='!param!q'></div>
</body>
</html>