Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #33641


Ignore:
Timestamp:
09/02/2015 12:49:34 AM (10 years ago)
Author:
kirasong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33641

    • Property Owner set to DH-Shredder
    • Property Status changed from new to assigned
    • Property Summary changed from Add support for srcset and sizes. to Add 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 sizes attributes when possible in order to provide basic responsive image support.
     1When image markup is generated in WordPress, we should automatically include `srcset` and `sizes` attributes when possible in order to provide basic responsive image support.
    22
    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.
     3To 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
     5The 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
     7This is a placeholder ticket for initial patches, to become a tracking ticket if/when the plugin is approved for merge.