Skip to content

Commit 8b783a2

Browse files
committed
Bigger demo images
1 parent e55bdab commit 8b783a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

ux.symfony.com/src/Model/LiveDemo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function getTags(): array
5656
return $this->tags;
5757
}
5858

59-
public function getScreenshotFilename(): string
59+
public function getScreenshotFilename(?string $format = null): string
6060
{
61-
return 'images/live_demo/'.$this->identifier.'.png';
61+
return 'images/live_demo/'.$this->identifier.($format ?? '').'.png';
6262
}
6363
}

0 commit comments

Comments
 (0)