• I’m trying to set up the front page.

    I created different image sizes for the Slider, Highlighted and Vertical images and uploaded them.

    Then I set the Featured image in the posts.

    The slider is pointing to the Featured image.

    So, my stupid question that I have not found the answer to yet is … how does the slider know to use the 800 x 445 image, and the the vertical posts know which images to use?

    I’m lost and confused and had difficulty logging on to the ColorMag website to ask this question so I am hoping someone here can help.

Viewing 1 replies (of 1 total)
  • wensolutionsupport

    (@wensolutionsupport)

    Hello,
    Each widget has predefined image size in functions.php like

    add_image_size( 'colormag-highlighted-post', 392, 272, true );
       add_image_size( 'colormag-featured-post-medium', 390, 205, true );
       add_image_size( 'colormag-featured-post-small', 130, 90, true );
       add_image_size( 'colormag-featured-image', 800, 445, true );

    hope you understood
    regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Correct Images?’ is closed to new replies.