I get two tid about image, the content like :
[img[https://github.com/woshichuanqilz/OriImg/raw/master/%E9%95%BF%E5%9F%8EIMG.png]]
The images may be different height, I want to put them horizantally with same height how to make it?
What I have done:
-
I make a template for image transclude which set the max-height with css, but they will lay vertically,
-
I add this code into the tid, the image becomes the backgroud of the tid…
<div style="height: 100px;">
{{ImgA}}{{ImgB}}
</div>
So how to make it?