alleyinteractive / wp-block-converter

Convert HTML into Gutenberg Blocks with PHP
GNU General Public License v2.0
40 stars 2 forks source link

Ensure srcset and sizes are supported #28

Open kevinfodness opened 2 months ago

kevinfodness commented 2 months ago

Description of the bug

(this requires validation) - it appears that images processed using this library don't have support for srcset and sizes, whereas adding an image block directly in the editor does.

Steps To Reproduce

Convert an image to a block and confirm that scrset and sizes are not present.

Additional Information

No response