Steps to reproduce:
- Add a new image via Gutenberg
- Type in a custom size for the image. Here's one I made earlier:

- Save the post
Here's the image on the front-end:

The image attributes are outputted on the front-end, but it seems the image size (from tachyon) is using the image-size class from the image in precedence of the width/height attributes. This appears to mean it's not possible to insert an image (native size) into a page that isn't a registered image size. Given we can do that due to Tachyon, it seems like this should be supported.
Not sure how this is meant to work with responsive images though
I'd expect to see the native image size (downloaded file) matching the size that I had entered in Gutenberg.
Steps to reproduce:
Here's the image on the front-end:
The image attributes are outputted on the front-end, but it seems the image size (from tachyon) is using the image-size class from the image in precedence of the width/height attributes. This appears to mean it's not possible to insert an image (native size) into a page that isn't a registered image size. Given we can do that due to Tachyon, it seems like this should be supported.
Not sure how this is meant to work with responsive images though
I'd expect to see the native image size (downloaded file) matching the size that I had entered in Gutenberg.