File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments