Featured Image / 1800 x 1200
-
How do I change the code to allow the size my featured image on my home page to be 1800 x 1200? The current setting crops my image.
Thanks for your help.
Kent
The blog I need help with is: (visible only to logged in users)
-
Hello,
Thanks for reaching out. The default featured image size for pages is 2400 x 1600 pixels. As a result, you should be able to add an 1800 x 1200 pixel featured image without experiencing cropping the image.
However, the theme does limit the overflow height of featured images so that they do not extend past the visible “above the fold” potion of the site. This height limit can disabled by adding the following style in the “Additional CSS” section of the Customizer:
.feature-img.page-banner { max-height: none; }
I hope this helps.
Thanks!
- The topic ‘Featured Image / 1800 x 1200’ is closed to new replies.