• Resolved cweav3r

    (@cweav3r)


    I want to use certain images for the featured area portion of the page, but the images keep getting cropped. Where do I go to find how to change this from happening? Or at least changing the size to fit the size of my images.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello …

    1. Jump to the theme’s folder and edit ‘admin/main/options/02.homepage.php’

    2. Search lines 154, 155 and 156 and write “full” as image size. As this:

    // Set default values for images
    $imagesize1 = ‘full’;
    $imagesize2 = ‘full’;
    $imagesize3 = ‘full’;

    3. Save file.

    Remember to change this for future theme updates or consider to work with a child-theme.

    Thread Starter cweav3r

    (@cweav3r)

    Thank you so much!

    Once the file is saved how do I apply it to my website? I really just need my images to not come out blurry or pixelated

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Featured Area Size’ is closed to new replies.