58 | | <label for="thumbnail_size_w"><?php _e( 'Width' ); ?></label> |
59 | | <input name="thumbnail_size_w" type="number" step="1" min="0" id="thumbnail_size_w" value="<?php form_option( 'thumbnail_size_w' ); ?>" class="small-text" /> |
60 | | <label for="thumbnail_size_h"><?php _e( 'Height' ); ?></label> |
61 | | <input name="thumbnail_size_h" type="number" step="1" min="0" id="thumbnail_size_h" value="<?php form_option( 'thumbnail_size_h' ); ?>" class="small-text" /> |
62 | | <p><input name="thumbnail_crop" type="checkbox" id="thumbnail_crop" value="1" <?php checked( '1', get_option( 'thumbnail_crop' ) ); ?>/> |
63 | | <label for="thumbnail_crop"><?php _e( 'Crop thumbnail to exact dimensions (normally thumbnails are proportional)' ); ?></label></p> |
| 58 | <fieldset> |
| 59 | <label for="thumbnail_size_w"> |
| 60 | <?php _e( 'Width' ); ?> |
| 61 | <input name="thumbnail_size_w" type="number" step="1" min="0" id="thumbnail_size_w" value="<?php form_option( 'thumbnail_size_w' ); ?>" class="small-text" /> |
| 62 | </label> |
| 63 | <label for="thumbnail_size_h"> |
| 64 | <?php _e( 'Height' ); ?> |
| 65 | <input name="thumbnail_size_h" type="number" step="1" min="0" id="thumbnail_size_h" value="<?php form_option( 'thumbnail_size_h' ); ?>" class="small-text" /> |
| 66 | </label> |
| 67 | <p><input name="thumbnail_crop" type="checkbox" id="thumbnail_crop" value="1" <?php checked( '1', get_option( 'thumbnail_crop' ) ); ?>/> |
| 68 | <label for="thumbnail_crop"><?php _e( 'Crop thumbnail to exact dimensions (normally thumbnails are proportional)' ); ?></label></p> |
| 69 | </fieldset> |
70 | | <label for="medium_size_w"><?php _e( 'Max Width' ); ?></label> |
71 | | <input name="medium_size_w" type="number" step="1" min="0" id="medium_size_w" value="<?php form_option( 'medium_size_w' ); ?>" class="small-text" /> |
72 | | <br /> |
73 | | <label for="medium_size_h"><?php _e( 'Max Height' ); ?></label> |
74 | | <input name="medium_size_h" type="number" step="1" min="0" id="medium_size_h" value="<?php form_option( 'medium_size_h' ); ?>" class="small-text" /> |
| 76 | <label for="medium_size_w"> |
| 77 | <?php _e( 'Max Width' ); ?> |
| 78 | <input name="medium_size_w" type="number" step="1" min="0" id="medium_size_w" value="<?php form_option( 'medium_size_w' ); ?>" class="small-text" /> |
| 79 | </label> |
| 80 | <label for="medium_size_h"> |
| 81 | <?php _e( 'Max Height' ); ?> |
| 82 | <input name="medium_size_h" type="number" step="1" min="0" id="medium_size_h" value="<?php form_option( 'medium_size_h' ); ?>" class="small-text" /> |
| 83 | </label> |
81 | | <label for="large_size_w"><?php _e( 'Max Width' ); ?></label> |
82 | | <input name="large_size_w" type="number" step="1" min="0" id="large_size_w" value="<?php form_option( 'large_size_w' ); ?>" class="small-text" /> |
83 | | <br /> |
84 | | <label for="large_size_h"><?php _e( 'Max Height' ); ?></label> |
85 | | <input name="large_size_h" type="number" step="1" min="0" id="large_size_h" value="<?php form_option( 'large_size_h' ); ?>" class="small-text" /> |
| 90 | <label for="large_size_w"> |
| 91 | <?php _e( 'Max Width' ); ?> |
| 92 | <input name="large_size_w" type="number" step="1" min="0" id="large_size_w" value="<?php form_option( 'large_size_w' ); ?>" class="small-text" /> |
| 93 | </label> |
| 94 | <label for="large_size_h"> |
| 95 | <?php _e( 'Max Height' ); ?> |
| 96 | <input name="large_size_h" type="number" step="1" min="0" id="large_size_h" value="<?php form_option( 'large_size_h' ); ?>" class="small-text" /> |
| 97 | </label> |