Changes between Initial Version and Version 1 of Ticket #4214, comment 2
- Timestamp:
- 01/16/2020 08:01:32 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4214, comment 2
initial v1 2 2 Apologies, though, I made a mistake in the sizes markup. I've corrected it below (removing the `full` size on the fallback)! 3 3 4 ``` 4 5 6 7 8 {{{ 5 9 <picture> 6 10 <source media="(min-width: 782px)" srcset="{{image}}, {{image-2x}} 2x"> … … 10 14 <img src="{{image}}" srcset="{{image-2x}} 2x" alt="{{ALT}}"> 11 15 </picture> 12 ` 16 17 }}} 18 19