• Closed
  • March 1, 2016 at 11:22 am #24871

    sorry if I do trivial questions but I would like to know how to make sure that the image you use in the post is dimensioned as I want and is not so great.
    And same thing for the post sliders. The image is grainy because more and much larger than the original.
    Sorry again the banality of the question, but with other issues was easier.

    Denzel Chia
    Moderator
    Posts: 2656
    March 1, 2016 at 11:46 pm #24879

    Hi,

    All the image size in the theme is as follows.

    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.

    Francesco Prudenzano
    Spectator
    Posts: 2
    March 2, 2016 at 12:41 pm #24894

    Thanks for the answer but maybe I did not explain well.
    I need directions for how to change the size of images in sliders of post and similar cases. The list sent to me how can I use it?

    Denzel Chia
    Moderator
    Posts: 2656
    March 3, 2016 at 2:08 am #24965

    Hi,

    You need to modify the above image size and css of the relevant layout.
    We do not provide this type of customization support.
    Please hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    We can only provide simple customization that can be done using custom css and does not require theme code modification and major layout modifications.

    Thank you.