Bug Description
As discussed #1408 (comment), the full size image is missing in picture element source srcset.
Steps to reproduce
- Activate the Modern Image Formats plugin and enable picture support from the Media Settings screen.
- Add an image block
- Preview the page in the front end, Check the PICTURE > SOURCE srcset.
IMG srcset:
http://localhost:8888/wp-content/uploads/2024/07/car-1024x576.jpeg 1024w,
http://localhost:8888/wp-content/uploads/2024/07/car-300x169.jpeg 300w,
http://localhost:8888/wp-content/uploads/2024/07/car-768x432.jpeg 768w,
http://localhost:8888/wp-content/uploads/2024/07/car.jpeg 1080w
Picture > source srcset:
http://localhost:8888/wp-content/uploads/2024/07/car-1024x576.jpeg 1024w,
http://localhost:8888/wp-content/uploads/2024/07/car-300x169.jpeg 300w,
http://localhost:8888/wp-content/uploads/2024/07/car-768x432.jpeg 768w
Screenshots

Bug Description
As discussed #1408 (comment), the full size image is missing in picture element source srcset.
Steps to reproduce
IMG srcset:
Picture > source srcset:
Screenshots