AI Verified

Name

Custom WordPress Image Sizes

About

A snippet for custom WordPress image sizes

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

add_image_size( 'sidebar-thumb', 120, 120, true ); // Hard Crop Mode add_image_size( 'homepage-thumb', 220, 180 ); // Soft Crop Mode add_image_size( 'singlepost-thumb', 590, 9999 ); // Unlimited Height Mode

Codevault

one2love

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

19/12/2022

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Custom WordPress Image Sizes

 
                    
1add_image_size( 'sidebar-thumb', 120, 120, true ); // Hard Crop Mode
2add_image_size( 'homepage-thumb', 220, 180 ); // Soft Crop Mode
3add_image_size( 'singlepost-thumb', 590, 9999 ); // Unlimited Height Mode

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

1

Show Username in Nav

Added: 11 months ago

Last Updated: 7 months ago

Show Username in Navigation

General

AI Verified

0

WhatsApp and Call Icon

Added: 5 months ago

Last Updated: 5 months ago

Display Sticky WhatsApp and Call image/icon on website

General

Unverified

0

Confetti JS Script

Added: 3 months ago

Last Updated: 3 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

0

Custom WordPress Image Sizes

Added: 1 year ago

Last Updated: 1 year ago

A snippet for custom WordPress image sizes