Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. the_post_thumbnail('thumbnail'); // Thumbnail (default 150px x 150px max)
  2. the_post_thumbnail('medium'); // Medium resolution (default 300px x 300px max)
  3. the_post_thumbnail('medium_large'); // Medium Large resolution (default 768px x 0(means automatic height by ratio) max) since WP version 4.4
  4. the_post_thumbnail('large'); // Large resolution (default 640px x 640px max)
  5. the_post_thumbnail('full'); // Original image resolution (unmodified)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement