wp-cli / media-command

Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
MIT License
44 stars 41 forks source link

Fix incorrect image sizes in `media image-size` command #192

Closed ernilambar closed 6 months ago

ernilambar commented 6 months ago

Fixes https://github.com/wp-cli/media-command/issues/116

swissspidy commented 6 months ago

Can we add a test verifying this behavior? Should be possible to add & activate a small plugin that registers additional image sizes, then run the command.

ernilambar commented 6 months ago

@swissspidy Can you please run Behat test manually in GitHub action?

swissspidy commented 6 months ago

Oh, looks like the workflow was disabled due to inactivity

ernilambar commented 6 months ago

CC @danielbachhuber

schlessera commented 6 months ago

Thanks, @ernilambar !