add_image_size


add_image_size ( $name, $width = 0, $height = 0, $crop = false )

Parameters:
  • (string) name Image size identifier.
  • (int) width Optional. Image width in pixels. Default 0.
  • (int) height Optional. Image height in pixels. Default 0.
  • (bool|array) crop { Optional. Image cropping behavior. If false, the image will be scaled (default). If true, image will be cropped to the specified dimensions using center positions. If an array, the image will be cropped using the array to specify the crop location: @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. }
Defined at:

Description

Registers a new image size.

Related Functions

has_image_size, image_resize, image_downsize, remove_image_size, wp_getimagesize

Top Google Results

User discussions

wpseek mobile