Force the image to a specific size, regardless of the size of the original.
CSS
.size-image img {
width: 200px;
height: 200px;
}
Size - any size you need / want to fill. In html, just add a class to the element img.
<img src="path/to/image" class="size-image" />
Then any image placed in this element, whether using jquery, php or any other, the size of the element depends on what you need / need.
You can also put the image in your own container, say, “left container” and have the width of the left container of a certain width with automatic height, just put the tag <img>in the left container and the text in the “right container”
,