Skip to content

Page Settings

Page settings control site display, upload page defaults, background images, and admin panel appearance.

Global Settings

OptionPurpose
Site titleTitle shown in the browser tab.
Site iconSmall icon shown in the browser tab.
ImgBed nameName shown on the frontend pages.
ImgBed logoLogo image shown on the frontend pages.
Logo linkURL opened when clicking the logo or avatar.
Background switch intervalRotation interval for multiple backgrounds, in milliseconds. 60000 means 60 seconds.
Background opacityBackground image opacity from 0 to 1. Lower values are lighter.
Default URL prefixPrefix used when generating image links. Empty means the current site domain is used.

Client Settings

OptionPurpose
AnnouncementAnnouncement shown at the top of the upload page. HTML is supported.
Default upload channelThe upload channel selected by default on the upload page. You can also choose Smart Dispatch.
Default upload directoryDefault upload directory, such as /user/. Empty or / means root.
Default naming methodDefault filename generation strategy after upload. See below.
Convert to WebP by defaultConverts images to WebP before upload.
Enable compression by defaultCompresses images locally in the browser before upload.
Default compression thresholdAutomatically compress when an image exceeds this size, in MB.
Default target sizeTarget file size after compression, in MB.
Login page backgroundBackground image for the user login page.
Upload page backgroundBackground image for the upload page.
Footer portal linkURL opened by the footer portal button.
Hide footerHides the frontend footer when enabled.

Admin Settings

OptionPurpose
Admin login backgroundBackground image for the admin login page.
Admin backgroundBackground image for admin pages. Use one image URL or multiple URLs.
Image loading modePreview loading mode for the admin file list. Original loads original images. Smart loading prefers thumbnails for public images and originals for restricted images.
Thumbnail sourceService used to generate thumbnails: wsrv.nl, Cloudflare Image Resizing, or WordPress Photon. Cloudflare Image Resizing must be enabled in Cloudflare before selecting it.
Live2D widgetShows a Live2D character in the admin panel.
Firework click effectShows a firework effect when clicking the page.
Star cursor trailShows a star trail when moving the mouse.

Background Image Formats

Login page background, upload page background, and admin login background support these formats:

ValueEffect
bingUses Bing wallpaper rotation.
["https://example.com/1.jpg","https://example.com/2.jpg"]Rotates multiple images.
["https://example.com/1.jpg"]Uses a single background image.
["https://your-domain.com/random?..."]Uses a random image API link. You can configure your own Random Image API in Other Settings, then paste the generated random image link here as a single-background entry.

The admin background supports image URLs. Multiple URLs can be separated by English commas as prompted on the page. Empty means the default background is used.

Default Naming Method

MethodResult
DefaultTime-random prefix + original filename, such as 1760000000000_cat.png.
Prefix onlyTime-random prefix and extension only, such as 1760000000000.png.
Original name onlyKeeps the original filename, such as cat.png. If duplicated, ImgBed adds (1), (2), and so on.
Short linkUses an 8-character short ID and extension, such as a1b2c3d4.png.

Released as user documentation for CloudFlare ImgBed.