Update the screenshots. Add a screenshot and some marketing copy for logging. Change the branding on the screenshot tabs to Quay.io.
This commit is contained in:
parent
53c079fdc4
commit
7f4a66be99
12 changed files with 36 additions and 10 deletions
|
@ -136,7 +136,12 @@ casper.then(function() {
|
|||
casper.thenClick('a[data-target="#logs"]', function() {
|
||||
this.waitForSelector('svg > g', function() {
|
||||
this.wait(1000, function() {
|
||||
this.capture(outputDir + 'org-logs.png');
|
||||
this.capture(outputDir + 'org-logs.png', {
|
||||
top: 0,
|
||||
left: 0,
|
||||
width: width,
|
||||
height: height + 200
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Reference in a new issue