Changeset 14017 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/functions.php
- Timestamp:
- 09/03/2024 05:04:36 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/functions.php
r14016 r14017 175 175 function modify_grid_image_sizes( $sizes, $size, $image_src, $image_meta, $attachment_id ) { 176 176 if ( is_front_page() || is_archive() || is_search() || is_page( 'my-courses' ) ) { 177 return '(max-width: 7 68px) 100vw, (max-width: 1270px) 50vw, 33vw';177 return '(max-width: 750px) 100vw, (max-width: 1270px) 50vw, (max-width: 1320px) 33vw, 350px'; 178 178 } 179 179
Note: See TracChangeset
for help on using the changeset viewer.