Hello Sir,
I’m using DW Minion theme. I want all the images to be displayed in the same size inside the post. I tried to resize the images in the WordPress post editor, but it didn’t reflected in the post area. All the images are displayed in the original size. You can see the post in the link below.
http://pixelshut.com/inspirations/home-office-setup-ideas-improve-productivity/
Hi,
If you want to display the image in the same size inside the post, you need use the image in the same size.
To resolve this issue, you can add the following code to the style.css file:
.entry-thumbnail img { width: 620px !important;}
Regards,
@Prakash: hi , you can try add some in assets/css/main.css like this
.site-content .entry-thumbnail img {
width : ???px!important;
height : ???px!important;
}
it’ll fix the width of the picture. But some small pictures will get bigger too.
Please login or Register to submit your answer