By Zack Paige on Tuesday, 13 February 2018
Posted in General Issues
Likes 0
Views 692
Votes 0
Is there a way to resize all the images to be the same size. For instance if you look at the mini mouse article you can see it takes up half the page, but if you look at the DLR Updat 19 it is much smaller. Is there a way to resize all the pictures automatically so that when someone posts the picture it looks the same as the next one down?

Zack
Hi there,

You can configure them here http://take.ms/rJmyW. I have configured them to show 320x480px currently. You can manage them accordingly. Please advice.
·
Tuesday, 13 February 2018 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, I have played around with that, but the challenge is I the photos are cropped. When you do a cropped picture you cut out half the picture. What i am looking for is the picture shrunk down so that the picture fits in the box.

Example: Employee A submits a 800 x 600 photo, the system then when it displays it on the front page shrinks it to 320 x 320 automatically or what ever I have set. This way each photo is the exact same size when you go to the front page, so it looks more professional.
·
Tuesday, 13 February 2018 12:33
·
0 Likes
·
0 Votes
·
0 Comments
·
So it looks good the way it is, but is it possible to have the pictures use full width?
·
Tuesday, 13 February 2018 13:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have implemented css codes below. Please give it a check and see how it goes.

[gist type="css"]
#eb .eb-post-thumb .eb-post-image-cover {
background-size:contain;
}
[/gist]
·
Tuesday, 13 February 2018 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't want them to look stretched out, so if need be is there a way to make the pictures bigger, IE 420 x 420 or something like that?
·
Tuesday, 13 February 2018 13:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It will always follow those setting set up as prompted on my previous reply. My css above, will always make sure it shown full image instead only part of the image. You can manage them accordingly.

Please advice.
·
Tuesday, 13 February 2018 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
That works.
·
Saturday, 17 February 2018 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issue is resolved now.
·
Saturday, 17 February 2018 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post