05/17/2014 at 10:06 am
#291439
Keymaster
@ Mike
On search, I answered you question in the other post.
The image quality is based entirely on the uploaded image and the type of scaling required to make it fit. I see you have the image set to 375x250px. So you would pre-scale and crop to that size [or same ratio as 375x250px, see below for math to figure out the ratio at the end of the post].
I see you are using the cMap template, you can use the image instead of the logo by using the following shortcode:
[connections image='photo' tray_image='none' str_image='No Photo Available']
That will tell cMap to use the image instead of the logo and not to put the photo in the bio content tray.
Hope that helps!
Image Ratio:
Here’s the math…
( width / height ) * new-height = new-width
OR
( height / width ) * new-width = new-height
