You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->title('Some blog post title that is quite big and quite long')
59
+
->description('Some slightly smaller but potentially much longer subtext. It could be really long so we might need to trim it completely after many words')
60
+
->watermark(__DIR__.'/../resources/logo.png'),
61
+
'with-watermark',
62
+
];
63
+
55
64
yield'different theme' => [
56
65
(newImage())
57
66
->theme(Theme::Dark)
@@ -109,7 +118,8 @@ public static function snapshotImages(): iterable
109
118
->layout(newGitHubBasic)
110
119
->url('username/repo')
111
120
->title('An awesome package')
112
-
->background(BuiltInBackground::CloudyDay, 0.8),
121
+
->background(BuiltInBackground::CloudyDay, 0.8)
122
+
->watermark(__DIR__.'/../resources/logo.png'),
113
123
'githubbasic-layout',
114
124
];
115
125
@@ -126,7 +136,8 @@ public static function snapshotImages(): iterable
126
136
->url('https://my-ecommerce-store.com/')
127
137
->title('This layout is great for eCommerce!')
128
138
->callToAction('Buy Now →')
129
-
->background(BuiltInBackground::CloudyDay, 0.8),
139
+
->background(BuiltInBackground::CloudyDay, 0.8)
140
+
->watermark(__DIR__.'/../resources/logo.png'),
130
141
'twoup-layout',
131
142
];
132
143
@@ -177,7 +188,8 @@ public static function snapshotImages(): iterable
0 commit comments