Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #4214, comment 2


Ignore:
Timestamp:
01/16/2020 08:01:32 AM (5 years ago)
Author:
jonoaldersonwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4214, comment 2

    initial v1  
    22Apologies, though, I made a mistake in the sizes markup. I've corrected it below (removing the `full` size on the fallback)!
    33
    4 ```
     4
     5
     6
     7
     8{{{
    59<picture>
    610  <source media="(min-width: 782px)" srcset="{{image}}, {{image-2x}} 2x">
     
    1014  <img src="{{image}}" srcset="{{image-2x}} 2x" alt="{{ALT}}">
    1115</picture>
    12 `
     16
     17}}}
     18
     19