Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Any way to allow larger header media (image)? #175222
    barix241
    Participant

    Hello! Whilst uploading an image larger than 1920 x 1080 does work, the resolution is reduced. So if you upload a 2560 x 1440px image it will get reduced down to 1920 x 1080.

    Anyway, I’ve solved the issue: I just needed to edit lines 53 and 54 in /inc/header-background-color.php

    ‘width’ => 2560,
    ‘height’ => 1440,

    Obviously best to do this in a child theme.

    Many thanks!

    in reply to: Any way to allow larger header media (image)? #175149
    barix241
    Participant

    I’ve set up a child theme, so if you could give me some pointers on how to increase the image size of the header media image that would be great!

Viewing 2 posts - 1 through 2 (of 2 total)