Theme4Press › Forums › evolve › Sizing of post images and sliders › Reply To: Sizing of post images and sliders
#24879
|
Hi,
All the image size in the theme is as follows.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
add_theme_support('automatic-feed-links'); add_theme_support('post-thumbnails'); add_theme_support('title-tag'); add_image_size('post-thumbnail', 680, 330, true); add_image_size('slider-thumbnail', 400, 280, true); add_image_size('tabs-img', 50, 50, true); add_image_size('recent-works-thumbnail', 65, 65, true); add_image_size('blog-large', 669, 272, true); add_image_size('blog-medium', 320, 202, true); add_image_size('related-img', 180, 138, true); add_image_size('portfolio-one', 540, 272, true); add_image_size('portfolio-two', 460, 295, true); add_image_size('portfolio-three', 300, 214, true); add_image_size('portfolio-four', 220, 161, true); add_image_size('portfolio-full', 940, 400, true); add_image_size('recent-posts', 660, 405, true); |
For example, the image size for blog full width is cropped at 669 by 272
As for the slider, you can upload an image with 1200px width.
Thank you.