Prakash Thiyagu
asked 9 years ago

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/

2 Answers
DominicStaff
answered 9 years ago

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,

Allen
answered 9 years ago

@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.

Powered by DW Question & Answer Pro