By Yuka Kiyohara on Monday, 10 February 2014
Posted in Technical Issues
Replies 8
Likes 0
Views 774
Votes 0
Hello,I use vintage of theme.
I set up image of the frontpage and entry same size .

However,It seemed different size when I sow each page.
Please tell me how to fix this problem,thanks.
Hello,

It's actually because on the front page, we added some css code to stretch the image to use 100% width. You can make both behave the same by adding the codes below in your template's css file,


#ezblog-body .blog-text img, #ezblog-body .blog-content img
{
width: 100%;
}
·
Monday, 10 February 2014 22:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,Mark.Thank you for your replay.
I added css code and it solved.
However ,blog images are blurred and I would like to fix it.Please tell me how to fix it.Thanks.
·
Tuesday, 11 February 2014 09:05
·
0 Likes
·
0 Votes
·
0 Comments
·
If you don't want the blog image to be blurred, you need to upload a larger image because I believe your image width is not large enough to populate the 100% area.
·
Tuesday, 11 February 2014 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,Mark.
I use image size 970 px X 607 px ,and I set up the theme image size 560 px X 448 px.(the purple flower picture on my web page).
If I set up the theme size 560 px X 448 px, 100% size will be 560 px X 448 px ,right?
·
Wednesday, 12 February 2014 08:47
·
0 Likes
·
0 Votes
·
0 Comments
·
When it is set to 100%, it doesn't mean that it's on a width of 560px because the 100% means that it will fill up 100% of the space. The width area of the component is about 750px, http://screencast.com/t/KsNIxDi2qQ
·
Wednesday, 12 February 2014 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Hideki,

The 100% is actually the width of the post: http://screencast.com/t/ZigSge8Fiz .You can change it to 50% to see the different.
·
Wednesday, 12 February 2014 11:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,Mark.thank you for your help.
·
Sunday, 23 February 2014 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 23 February 2014 13:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post