[wp-trac] [WordPress Trac] #35169: Responsive srcset missing on post excerpt
WordPress Trac
noreply at wordpress.org
Sun Dec 20 07:04:17 UTC 2015
#35169: Responsive srcset missing on post excerpt
--------------------------+-----------------------------
Reporter: programmin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.4
Severity: normal | Keywords:
Focuses: performance |
--------------------------+-----------------------------
When you add an image into a post it will show with the responsive srcset
when viewing the page, but not when viewing a listing of the blog pages -
as you can see in default-filters.php:
{{{
add_filter( 'the_content', 'wp_make_content_images_responsive' );
}}}
It's added to the_content but not the_excerpt filter.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35169>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list