Changes between Initial Version and Version 2 of Ticket #33641
- Timestamp:
- 09/02/2015 12:49:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33641
- Property Owner set to DH-Shredder
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
Add support for srcset and sizes.
toAdd support for responsive images using srcset and sizes
-
Ticket #33641 – Description
initial v2 1 When image markup is generated in WordPress, we should automatically include srcset and sizesattributes when possible in order to provide basic responsive image support.1 When image markup is generated in WordPress, we should automatically include `srcset` and `sizes` attributes when possible in order to provide basic responsive image support. 2 2 3 With this as the goal, members of the RICG have created an initial proof of concept as a feature plugin named [https://wordpress.org/plugins/ricg-responsive-images/ RICG Responsive Images]. This implementation makes use of the default intermediate image sizes and can also include additional custom image sizes when appropriate. 3 To provide this, members of the [https://responsiveimages.org/ Responsive Images Community Group] created a [https://wordpress.org/plugins/ricg-responsive-images/ feature plugin], with development on [https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images GitHub]. 4 5 The plugin uses the default image sizes and available custom image sizes of the same aspect ratio when generating markup. It does not create additional sizes. 6 7 This is a placeholder ticket for initial patches, to become a tracking ticket if/when the plugin is approved for merge.