I really would like to have a smaller image featured on article pages. Currently the images are blowing up to 770 x 550. Is there a way to set the image size for articles to be something more reasonable?
Hello Bemajor !
If you wan to change the size, please do as the following:
Step1: Log in to Dashboard > Appearance > Customize > General settings, add the following code to the “Header Script”
<style>
.single .site-content > .hentry .entry-thumbnail img {
display: none;
}
</style>
Step2: Move through Post > add new, add your image to the Feature image.
Step3: In the Content frame, You can click “Add Media” button > Insert media, select the image size & Alignment in the “Attachment Display Settings” section.
See the screenshot: Hope this helps !
Hi,
same problem here. I have WP 3.9 with Focus just purchased and I’d like to have a smaller image in posts, right-aligned if possible.
I tried to follow instructions but in General Settings I only have to chose between right sidebar and left sidebar. I have no “Header Script”!
Please help.
You can log in to Dashboard > Appearance > Customize > Custom code:
Please login or Register to submit your answer