Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if ( function_exists( 'add_image_size' ) ) {
  2. add_image_size( 'thumb-new', 236, 158, array( 'center', 'center' ) ); // кадрирование с указанием позиции
  3. add_image_size( 'category-thumb', 300, 9999 ); // 300 в ширину и без ограничения в высоту
  4. }
  5.  
  6.  
  7. //
Add Comment
Please, Sign In to add comment