Advertisement
Guest User

Image Size Function

a guest
Apr 12th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. //New Image Sizes
  4. add_image_size(  'thin-detail', 350, 300, true );
  5. add_image_size('wide-detail', 580, 300, true );
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement