mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Set up site to use new WordPress image sizes
WordPress is adding new image sizes in version 5.3, so our custom image size is redundant. Keeping it in for back compat, plus older images will still need to be retrieved using the old image size name, or else the original size will be used in lieu of a correctly sized option.
This commit is contained in:
@@ -28,8 +28,8 @@ return array(
|
||||
'choices' => apply_filters(
|
||||
'displayfeaturedimagegenesis_image_size_choices',
|
||||
array(
|
||||
'displayfeaturedimage_backstretch' => __( 'Banner (default)', 'display-featured-image-genesis' ),
|
||||
'large' => __( 'Large', 'display-featured-image-genesis' ),
|
||||
'banner' => __( 'Banner (default)', 'display-featured-image-genesis' ),
|
||||
'large' => __( 'Large', 'display-featured-image-genesis' ),
|
||||
)
|
||||
),
|
||||
'type' => 'select',
|
||||
|
||||
Reference in New Issue
Block a user