Skip to content

Commit b591fe0

Browse files
authored
Merge pull request #59 from wp-cli/58-regen-readme
Regenerate README for new ratio example
2 parents 5bd517b + 0c52b18 commit b591fe0

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,21 +214,22 @@ These fields will be displayed by default for each image size:
214214
* width
215215
* height
216216
* crop
217+
* ratio
217218

218219
**EXAMPLES**
219220

220221
# List all registered image sizes
221222
$ wp media image-size
222-
+---------------------------+-------+--------+-------+
223-
| name | width | height | crop |
224-
+---------------------------+-------+--------+-------+
225-
| full | | | N/A |
226-
| twentyfourteen-full-width | 1038 | 576 | hard |
227-
| large | 1024 | 1024 | soft |
228-
| medium_large | 768 | 0 | soft |
229-
| medium | 300 | 300 | soft |
230-
| thumbnail | 150 | 150 | hard |
231-
+---------------------------+-------+--------+-------+
223+
+---------------------------+-------+--------+-------+-------+
224+
| name | width | height | crop | ratio |
225+
+---------------------------+-------+--------+-------+-------+
226+
| full | | | N/A | N/A |
227+
| twentyfourteen-full-width | 1038 | 576 | hard | 173:96|
228+
| large | 1024 | 1024 | soft | N/A |
229+
| medium_large | 768 | 0 | soft | N/A |
230+
| medium | 300 | 300 | soft | N/A |
231+
| thumbnail | 150 | 150 | hard | 1:1 |
232+
+---------------------------+-------+--------+-------+-------+
232233

233234
## Installing
234235

0 commit comments

Comments
 (0)