Skip to content

Commit

Permalink
updates while launching ;) _4
Browse files Browse the repository at this point in the history
  • Loading branch information
j0hannr committed Feb 12, 2021
1 parent 7e1dbdc commit e0ca1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function twentytwenty_theme_support() {
add_image_size( 'preview_m3', 600, 450, array( 'center', 'center' ));
add_image_size( 'preview_l', 800, 600, array( 'center', 'center' ));
// landscape (2:1)
add_image_size( 'landscape_s', 400, 100, array( 'center', 'center' ));
add_image_size( 'landscape_s', 400, 200, array( 'center', 'center' ));
add_image_size( 'landscape_m', 750, 375, array( 'center', 'center' ));
add_image_size( 'landscape_l', 970, 485, array( 'center', 'center' ));

Expand Down

0 comments on commit e0ca1d7

Please sign in to comment.