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
> Use `bgimg` with any HTTPS image URL. The image is fetched server-side, embedded as base64 in the SVG, and scaled to cover the banner area. If the image fails to load, the banner falls back to the default gradient background. Max image size: 10 MB.
98
+
99
+
**Pexels Integration**
100
+
101
+
The UI includes a built-in Pexels image search. To enable it, set the `PEXELS_API_KEY` environment variable with your [Pexels API key](https://www.pexels.com/api/). Search results display landscape-oriented thumbnails that can be selected with a single click.
102
+
89
103
## π Who Uses This
90
104
91
105
Projects and organizations using GitHub Repo Banner:
@@ -176,6 +190,7 @@ Generate a custom SVG banner.
176
190
|`subheadercolor`| string | No | Same as `color`| Subheader text color |
177
191
|`headerfont`| string | No | - | Google Fonts family name for header (e.g., "Roboto") |
178
192
|`subheaderfont`| string | No | - | Google Fonts family name for subheader (e.g., "Playfair Display") |
193
+
|`bgimg`| string | No | - | HTTPS image URL for background (overrides `bg` when set, max 10 MB) |
179
194
|`support`| boolean | No |`false`| Show support watermark |
0 commit comments