Making WordPress.org


Ignore:
Timestamp:
09/03/2024 05:04:36 AM (2 years ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@b15495a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/functions.php

    r14016 r14017  
    175175function modify_grid_image_sizes( $sizes, $size, $image_src, $image_meta, $attachment_id ) {
    176176        if ( is_front_page() || is_archive() || is_search() || is_page( 'my-courses' ) ) {
    177                 return '(max-width: 768px) 100vw, (max-width: 1270px) 50vw, 33vw';
     177                return '(max-width: 750px) 100vw, (max-width: 1270px) 50vw, (max-width: 1320px) 33vw, 350px';
    178178        }
    179179
Note: See TracChangeset for help on using the changeset viewer.