mirror of
https://ghproxy.net/https://github.com/AlxMedia/inunity.git
synced 2025-08-27 01:00:01 +08:00
Make thumbnail sizes smaller
This commit is contained in:
parent
1cced58fbd
commit
d7ad4fee80
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ if ( ! function_exists( 'inunity_setup' ) ) {
|
|||
// Thumbnail sizes
|
||||
add_image_size( 'inunity-small', 300, 300, true );
|
||||
add_image_size( 'inunity-medium', 520, 293, true );
|
||||
add_image_size( 'inunity-medium-h', 520 );
|
||||
add_image_size( 'inunity-large-h', 940 );
|
||||
add_image_size( 'inunity-medium-h', 420 );
|
||||
add_image_size( 'inunity-large-h', 780 );
|
||||
|
||||
// Thumbnail sizes custom widgets
|
||||
add_image_size( 'alx-small', 200, 200, true );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue