Push Girls

Beauty Style Placeholder Generator

Push Girls is an online image generation tool for developers, providing a variety of beauty-style placeholder templates with support for custom sizes and text overlay. Features global CDN acceleration, suitable for websites, apps, H5 pages, mini programs, and more.

中文
Push Girls Placeholder Example

Simple, Beautiful Placeholder Images

Simply add the desired dimensions (width × height) after the URL to get a random placeholder image.

https://tuimeizi.cn/girl/260x400

For square images, just specify the same width and height:

https://tuimeizi.cn/girl/400x400

Supported image width and height must not exceed 1600px, otherwise the system will return an error.

Default Placeholder

The default placeholder displays the dimensions on the image for quick preview.

https://tuimeizi.cn/girl/536x354
Default Placeholder Example
Placeholder Without Dimensions Example

Placeholder Without Dimensions

Replace /girl/536x354 with /pure/536x354 to get a placeholder without dimension text.

https://tuimeizi.cn/pure/536x354

Custom Text

Pass the ?text= parameter in the URL to generate a placeholder, with a maximum of 12 characters. Supports Chinese, English (uppercase and lowercase), numbers, spaces, underscores (_), and hyphens (-).

https://tuimeizi.cn/girl/536x354?text=Hello

Placeholder without dimensions with text:

https://tuimeizi.cn/pure/536x354?text=Hello

The text content must comply with relevant laws and regulations.

Custom Text Placeholder Example
Solid Color Placeholder Example

Solid Color Placeholder

Change the path to /color/536x354 or /ff9ff3/536x354 to generate a solid color placeholder.

https://tuimeizi.cn/color/536x354

For custom colors, replace /color/ with the corresponding hex color value:

https://tuimeizi.cn/ff9ff3/536x354

Advanced Usage

All options above can be freely combined.
Supports specifying image format by adding an extension at the end of the URL. Currently supported formats: JPG, WEBP, AVIF.

For example, get WebP format with custom text:

https://tuimeizi.cn/girl/536x354.webp?text=Hello

Get AVIF format:

https://tuimeizi.cn/girl/536x354.avif

If no extension is specified, JPG format is returned by default.

WebP Format Placeholder Example